You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Move aggregation to mcpd-proxy and add resource templates support (#4)
* Refactor to use SDK methods and add resource templates support
* Simplified all MCP protocol handlers to use SDK client methods instead of manual fetch calls. This provides automatic health checking, 501 Not Implemented handling, concurrent requests, caching, and proper error handling.
* Added missing resource templates support via ListResourceTemplatesRequestSchema handler.
* Removed all console output to keep stderr clean for MCP stdio protocol. Removed unnecessary try/catch blocks that just re-throw errors.
* Move server aggregation from SDK to proxy
* Version updates
* Bump to JS SDK v0.0.2
* Use mcpd-proxy version 0.0.2
* Fix generate prompt
* Update README
* Use vi.mocked
0 commit comments