Interface Types · version 0.2.0-alpha.10
wasmcp:mcp
No description available.
Install
Add these interface types to your project:
component install wasmcp:mcp@0.2.0-alpha.10Learn more about the component CLI.
Worlds
W
completion-transport
WProvides a standardized way for servers to offer argument autocompletion suggestions for prompts and resource URIs
authorized-completion-transport
WServes the COMPLETION capability over the Streamable HTTP transport with authorization
completion-provider
WImplements the COMPLETION capability
authorized-completion-provider
WImplements the COMPLETION capability with authorization
prompts-transport
WPrompts allow servers to provide structured messages and instructions for interacting with language models.
authorized-prompts-transport
WServes the PROMPTS capability over the Streamable HTTP transport with authorization
prompts-provider
WImplements the PROMPTS capability
authorized-prompts-provider
WImplements the PROMPTS capability with authorization
resources-transport
WResources allow servers to share data that provides context to language models, such as files, database schemas, or application-specific information.
authorized-resources-transport
WServes the RESOURCES capability over the Streamable HTTP transport with authorization
resources-provider
WImplements the RESOURCES capability
authorized-resources-provider
WImplements the RESOURCES capability with authorization
tools-transport
WTools enable models to interact with external systems, such as querying databases, calling APIs, or performing computations.
authorized-tools-transport
WServes the TOOLS capability over the Streamable HTTP transport with authorization
tools-provider
WImplements the TOOLS capability
authorized-tools-provider
Implements the TOOLS capability with authorization.
Interfaces
I
mcp-types
ICore type definitions for the Model Context Protocol, shared by other interfaces.
authorization-types
IType definitions for authentication and authorization
authorization
IAuthorization types for MCP servers
completion-types
IType definitions for completion
completion
IThe COMPLETION capability
lifecycle-types
IType definitions for the MCP lifecycle
lifecycle
ILifecycle for client-server connections that ensures proper capability negotiation and state management.
prompts-types
IType definitions for prompts
prompts
IThe PROMPTS capability
resources-types
IType definitions for resources
resources
IThe RESOURCES capability.
tools-types
IType definitions for tools
tools
The TOOLS capability
Metadata
| Size | 102.6 KiB |