mirror of
https://github.com/duthaho/claudekit.git
synced 2026-07-19 05:59:41 +03:00
Enhance Claude Kit with new features and optimizations
This commit is contained in:
@@ -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."
|
||||
}
|
||||
Reference in New Issue
Block a user