ai-sprint-kit 2.1.14 → 2.1.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +15 -0
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -48,6 +48,21 @@ ai-sprint setup-env # Configure environment variables
|
|
|
48
48
|
ai-sprint setup-mcp # Configure MCP servers
|
|
49
49
|
```
|
|
50
50
|
|
|
51
|
+
## MCP Servers
|
|
52
|
+
|
|
53
|
+
AI Sprint Kit supports 6 MCP (Model Context Protocol) servers:
|
|
54
|
+
|
|
55
|
+
| Server | Package | API Key | Purpose |
|
|
56
|
+
|--------|---------|---------|---------|
|
|
57
|
+
| **Exa** | `exa-mcp-server` | Optional | Web search with clean results |
|
|
58
|
+
| **Context7** | `@upstash/context7-mcp` | Optional | Library documentation |
|
|
59
|
+
| **Human MCP** | `@goonnguyen/human-mcp` | Optional (Gemini) | Multimodal AI |
|
|
60
|
+
| **Playwright** | `@playwright/mcp@latest` | None | Browser automation |
|
|
61
|
+
| **Sequential Thinking** | `@modelcontextprotocol/server-sequential-thinking` | None | Complex reasoning |
|
|
62
|
+
| **Time** | `mcp-server-time` (uvx) | None | Timezone operations |
|
|
63
|
+
|
|
64
|
+
Configure with: `ai-sprint setup-mcp`
|
|
65
|
+
|
|
51
66
|
## Requirements
|
|
52
67
|
|
|
53
68
|
1. **Claude Code** - [Install Claude Code](https://claude.ai/code)
|