Documentation
¶
Overview ¶
Package server defines MCP server identity constants (name, URI prefix, JSON-RPC version) reported during the `initialize` handshake.
Index ¶
Constants ¶
View Source
const ( // ResourceURIPrefix is the URI scheme prefix for MCP context resources. ResourceURIPrefix = "ctx://context/" // JSONRPCVersion is the JSON-RPC protocol version string. JSONRPCVersion = "2.0" // Name is the server name reported during initialization. Name = "ctx" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.