latest
mcpc-tech/cmcpTruly Useful Anti-Patterns: Client-Tool-Execution MCP Server
This package works with Node.js, Deno, Bun, BrowsersIt is unknown whether this package works with Cloudflare Workers




JSR Score
70%
Published
5 days ago (0.0.3)
f
handleConnecting
Handles the initial connection and outgoing sse messages.
f
handleIncoming
Handles POST messages for all SSE transports
f
runClientExecServerWoker
No documentation available
c
SSEServerTransport
Server transport for SSE: this will send messages over an SSE connection and receive messages from HTTP POST requests.
c
c
f
createClientExecClient
No documentation available
c
ClientExecServer
No documentation available
- callTool
- cleanup
- clientId
- clientTools
- getOriginalToolName
- getServerRequestHandler
- getStatus
- getToolName
- handleClientDisconnect
- handleClientResponse
- handleClientToolRegistration
- listTools
- notifyClientExecute
- pendingRequests
- registerToolSchemas
- requestTimeoutMs
- server
- setNamespacing
- setRequestTimeout
- setupStandardHandlers
- toolToClient
- tools
- unregisterClientTools
- useNamespacing
v
ClientToolRegistrationRequestSchema
No documentation available
f
createClientExecServer
No documentation available
v
ToolResponseRequestSchema
No documentation available
I
I
I
I
ClientToolDefinition
Defines the structure for a tool that can be executed on the client. It extends the base 'Tool' type and adds the client-side implementation.
T
ClientToWorkerMessage
No documentation available
I
T
WorkerToClientMessage
No documentation available