Skip to content

invalid_type error with Continue.dev #15

@deepsweet

Description

@deepsweet

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: stdio

Not sure how to investigate this further on my own.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions