ai-sprint-kit 2.1.15 → 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.
Files changed (2) hide show
  1. package/README.md +15 -0
  2. 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)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "ai-sprint-kit",
3
- "version": "2.1.15",
3
+ "version": "2.1.16",
4
4
  "description": "CLI installer for AI Sprint autonomous development framework - requires license",
5
5
  "main": "lib/installer.js",
6
6
  "bin": {