Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:27:36 +08:00
commit 3ee11abe6a
4 changed files with 70 additions and 0 deletions

11
.mcp.json Normal file
View File

@@ -0,0 +1,11 @@
{
"mcpServers": {
"context7": {
"type": "http",
"url": "https://mcp.context7.com/mcp",
"headers": {
"CONTEXT7_API_KEY": "${MCP_CONTEXT7_API_KEY}"
}
}
}
}