-
Notifications
You must be signed in to change notification settings - Fork 21
Open
Description
Hi.
First of all, thank you for the tool, it feels like a powerful idea.
It works just fine integrated with LM Studio when I ask it directly in a separate chat like "Index the /path/to/project project" – codebase-memory-mcp cli list_projects shows indexed directory and it answers correctly to my further questions about it.
However whenever I try it with Continue.dev VSCode extension it throws an error the moment I turn the MCP on and write anything:
400 "[\n {\n \"code\": \"invalid_type\",\n \"expected\": \"object\",\n \"received\": \"undefined\",\n \"path\": [\n 14,\n \"function\",\n \"parameters\",\n \"properties\"\n ],\n \"message\": \"Required\"\n }\n]"
Extension config:
name: New MCP server
version: 0.0.1
schema: v1
mcpServers:
- name: codebase-memory
command: codebase-memory-mcp
type: stdioNot sure how to investigate this further on my own.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels