Skip to content

Commit 8092594

Browse files
committed
feat: add MCP configuration for Meigen server
This commit introduces a new `.cursor/mcp.json` file that configures the Meigen server with the necessary command and arguments for execution. This addition aims to enhance the project's server management capabilities and streamline the development workflow.
1 parent b3aa760 commit 8092594

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.cursor/mcp.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"mcpServers": {
3+
"meigen": {
4+
"command": "npx",
5+
"args": [
6+
"-y",
7+
"meigen@latest"
8+
]
9+
}
10+
}
11+
}

0 commit comments

Comments
 (0)