Glossary

Server instantiation

Creating a `Server` object with a name that identifies it. 2. **Tool listing** — Implementing a handler that returns tool schemas so the client knows what is available. 3. **Tool execution** — Implementing a handler that receives tool calls and returns results.

Learn More

Related Terms