Skip to content

Conversation

dhuebner
Copy link
Contributor

How to try-out:

  • cd packages/langium-ai-mcp
  • Start MCP server with IO transport npm run start
  • Run example client code npm run cstart - you should see the tool result containing the errors.

Example usage in Cursor:

  • Open Cursor MCP settings
  • Add new server using following setup (user or workspace specific .cursor/mcp.json ):
"mcpServers": {
    "Langium MCP": {
        "command": "node",
        "args": [
            "~/git/langium-ai/packages/mcp-server/dist/mcp-server.js"
        ]
    }
}

@dhuebner dhuebner force-pushed the dhuebner/mcp-server-5 branch from 8091e8e to 246753e Compare September 12, 2025 13:30
@dhuebner dhuebner marked this pull request as draft September 12, 2025 14:00
Copy link
Contributor

@montymxb montymxb left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cool! I still want to check this out next week when I get a moment, but the initial result looks about as expected. I presume the example client will be changed as well too.

@montymxb montymxb force-pushed the dhuebner/mcp-server-5 branch from 246753e to 92ade0a Compare October 16, 2025 15:33
@montymxb montymxb marked this pull request as ready for review October 16, 2025 15:33
@montymxb montymxb merged commit 2d98f94 into main Oct 16, 2025
1 check passed
@montymxb montymxb deleted the dhuebner/mcp-server-5 branch October 16, 2025 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants