|
|
|
|
|
by noor_z
412 days ago
|
|
Working on supporting MCP (model context protocol) in my LSP (language server protocol) proxy: https://github.com/noredeen/lspwatch. I wrote this tool to make instrumenting language servers very easy. MCP (both protocol and architecture) seems heavily inspired by LSP which made me curious about what it would take to support it through my telemetry-capturing proxy. Haven't thought too deeply about how useful an MCP proxy can be but I see it as potentially a general platform for monitoring or debugging MCP servers or clients. |
|
Do I understand this properly, you're building a telemetry tool for MCP similar to your telemetry tool for LSP, or is it something else?