v0.3.0-alpha.24 · World
transport
Transports serve MCP server features that are implemented by guests
https://modelcontextprotocol.io/specification/2025-06-18/basic/transports https://modelcontextprotocol.io/specification/2025-06-18/server
Imports
I
types
ICore type definitions for the Model Context Protocol
lifecycle
IA lifecycle for client-server connections that ensures proper capability negotiation and state management
tools
ITools enable models to interact with external systems, such as querying databases, calling APIs, or performing computations. Each tool is uniquely identified by a name and includes metadata describing its schema.
resources
IResources allow servers to share data that provides context to language models, such as files, database schemas, or application-specific information. Each resource is uniquely identified by a URI.
prompts
IPrompts allow servers to provide structured messages and instructions for interacting with language models. Clients can discover available prompts, retrieve their contents, and provide arguments to customize them.
completion
Provides a standardized way for servers to offer argument autocompletion suggestions for prompts and resource URIs