Hi all, hoping someone can help.
I am using langgraph to build an agent and now I want to add MCP resources and prompts. These are defined on exteranl MCP servers that are to be added dynamically at runtime (user configured, external to my code)
I may be missing something but as far as I can see, mcp-adaptors only has getTools (I dont see any getResources, getResourceTemplates, getPrompts functionality)
The python version has resources and prompts listed under core-features:
- https://docs.langchain.com/oss/python/langchain/mcp#loading-resources
- https://docs.langchain.com/oss/python/langchain/mcp#loading-prompts
The TS/JS version has no equivalents that I can see.
Has anyone worked around this limitation using MCP SDK or other means? Or am I missing something?
Thanks, Steve.