v0.2.0 · World

full-transport

Serves TOOLS + RESOURCES + PROMPTS + COMPLETION

Imports

I
mcp-types
Core type definitions for the Model Context Protocol, shared by other interfaces.
I
completion-types
Type definitions for completion
I
completion
Provides a standardized way for servers to offer argument autocompletion suggestions for prompts and resource URIs
I
prompts-types
Type definitions for prompts
I
prompts
Prompts 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.
I
resources-types
Type definitions for resources
I
resources
Resources 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.
I
authorization-types
Type definitions for authentication and authorization
I
tools-types
Type definitions for tools
I
tools
Tools 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.
I
lifecycle-types
Type definitions for the MCP lifecycle
I
lifecycle
A lifecycle for client-server connections that ensures proper capability negotiation and state management. Initialization: Capability negotiation and protocol version agreement Operation: Normal protocol communication Shutdown: Graceful termination of the connection
I
authorization
Authorization capabilities are provided at the transport level, enabling MCP clients to make requests to restricted MCP servers on behalf of resource owners.