Skip to content

Commit dc009e5

Browse files
Merge pull request #54 from felipebarcelospro/feat/bot-builder-pattern
feat(bot): Implement Builder Pattern API and Discord Adapter
2 parents 7ecefa9 + c3249cb commit dc009e5

File tree

623 files changed

+79813
-39760
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

623 files changed

+79813
-39760
lines changed

.cursor/mcp.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
{
2+
"mcpServers": {
3+
"next-devtools": {
4+
"command": "npx",
5+
"args": ["-y", "next-devtools-mcp@latest"]
6+
},
7+
"igniter": {
8+
"command": "node",
9+
"args": [
10+
"/Users/felipebarcelospro/Sandbox/igniter-js/igniter-js/packages/mcp-server/dist"
11+
],
12+
"env": {
13+
"GITHUB_TOKEN": "",
14+
"ENABLE_MEMORY_TOOLS": "false",
15+
"ENABLE_TASK_MANAGEMENT_TOOLS": "false",
16+
"ENABLE_AGENT_DELEGATION_TOOLS": "false"
17+
}
18+
},
19+
"browser": {
20+
"command": "npx @playwright/mcp@latest",
21+
"env": {},
22+
"args": []
23+
},
24+
"shadcn": {
25+
"command": "npx",
26+
"args": ["shadcn@latest", "mcp"]
27+
},
28+
"ai-elements": {
29+
"command": "npx",
30+
"args": [
31+
"-y",
32+
"mcp-remote",
33+
"https://registry.ai-sdk.dev/api/mcp"
34+
]
35+
}
36+
}
37+
}

0 commit comments

Comments
 (0)