Enhance Claude Kit with new features and optimizations

This commit is contained in:
duthaho
2025-11-29 22:02:48 +07:00
parent 353e55e2fe
commit 96d9217c31
29 changed files with 2752 additions and 11 deletions
+31
View File
@@ -0,0 +1,31 @@
{
"name": "context7",
"description": "Up-to-date library documentation lookup via Context7",
"config": {
"mcpServers": {
"context7": {
"command": "npx",
"args": ["-y", "@context7/mcp-server"]
}
}
},
"capabilities": [
"Library documentation lookup",
"API reference retrieval",
"Framework documentation",
"Package documentation"
],
"usage": {
"example_prompts": [
"What's the latest API for React useEffect?",
"Show me FastAPI dependency injection docs",
"How do I use Prisma transactions?",
"What are the Next.js 14 app router conventions?"
]
},
"requirements": {
"node": ">=18.0.0",
"network": true
},
"notes": "Provides real-time documentation lookup. Useful for getting current API information that may be newer than training data."
}