Content
# MCP server proxy
Use `proxyMessage` to pass a message to an existing MCP server:
```typescript
import { proxyMessage } from '@contextdepot/mcp-proxy/dist/index.js'
// create server and configure handlers
const server = new Server(..);
..
export default class extends WorkerEntrypoint {
// send message to the server
async message(requestMessage): Promise<void> {
return proxyMessage(server, requestMessage)
}
};
```
Connection Info
You Might Also Like
Time
Obtaining current time information and converting time between different...
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
Git
Model Context Protocol Servers
Context 7
Context7 MCP Server -- Up-to-date code documentation for LLMs and AI code editors
semantic-kernel
Integrate cutting-edge LLM technology quickly and easily into your apps