MCP Context Provider fails with filesystem server due to missing listResources() method #3225
Open
3 tasks done
Labels
area:context-providers
Relates to context providers
ide:vscode
Relates specifically to VS Code extension
kind:bug
Indicates an unexpected problem or unintended behavior
Before submitting your bug report
Relevant environment info
Description
The MCP Context Provider in Continue.dev fails when using the official
@modelcontextprotocol/server-filesystem
because it assumes the server implementslistResources()
,listTools()
, andlistPrompts()
methods. However, looking at the code incore/context/mcp/index.ts
, these methods are called unconditionally inmodifyConfig()
without checking if they exist:To reproduce
~/.continue/config.json
:Log output
The text was updated successfully, but these errors were encountered: