snow-flow 2.0.2 → 2.0.3

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 (173) hide show
  1. package/{.claude/mcp-config.json → .mcp.json} +13 -12
  2. package/.releaserc.json +47 -0
  3. package/README.md +6 -0
  4. package/package.json +1 -1
  5. package/.claude/claude-settings.json +0 -15
  6. package/.claude/commands/analysis/README.md +0 -9
  7. package/.claude/commands/automation/README.md +0 -9
  8. package/.claude/commands/github/README.md +0 -11
  9. package/.claude/commands/helpers/standard-checkpoint-hooks.sh +0 -179
  10. package/.claude/commands/hooks/README.md +0 -11
  11. package/.claude/commands/monitoring/README.md +0 -9
  12. package/.claude/commands/optimization/README.md +0 -9
  13. package/.claude/commands/training/README.md +0 -9
  14. package/.claude/commands/workflows/README.md +0 -9
  15. package/.claude/config.json +0 -36
  16. package/.claude/helpers/github-setup.sh +0 -28
  17. package/.claude/helpers/quick-start.sh +0 -19
  18. package/.claude/helpers/setup-mcp.sh +0 -18
  19. package/.claude/settings.json +0 -114
  20. package/.claude/settings.local.json +0 -33
  21. package/.claude-flow/metrics/agent-metrics.json +0 -1
  22. package/.claude-flow/metrics/performance.json +0 -9
  23. package/.claude-flow/metrics/system-metrics.json +0 -15986
  24. package/.claude-flow/metrics/task-metrics.json +0 -10
  25. package/.roo/README.md +0 -402
  26. package/.roo/mcp-list.txt +0 -257
  27. package/.roo/mcp.json +0 -32
  28. package/.roo/workflows/basic-tdd.json +0 -32
  29. package/.roomodes +0 -201
  30. package/CLAUDE.md +0 -393
  31. package/bin/snow-flow.js +0 -3
  32. package/dist/cli.js.bak +0 -2052
  33. package/dist/config/snow-flow-config.d.ts +0 -1492
  34. package/dist/config/snow-flow-config.js +0 -938
  35. package/scripts/create-env.js +0 -91
  36. package/scripts/postinstall.js +0 -30
  37. package/scripts/register-mcp-servers.js +0 -210
  38. package/scripts/reset-mcp-servers.js +0 -246
  39. package/scripts/setup-mcp.js +0 -106
  40. package/scripts/update-version.js +0 -31
  41. package/src/agents/README.md +0 -192
  42. package/src/agents/base-agent.ts +0 -251
  43. package/src/agents/coordinator.ts +0 -971
  44. package/src/agents/index.ts +0 -18
  45. package/src/agents/queen-403-handler.ts +0 -230
  46. package/src/agents/queen-agent.ts +0 -1399
  47. package/src/agents/script-writer-agent.ts +0 -769
  48. package/src/agents/security-agent.ts +0 -726
  49. package/src/agents/widget-creator-agent.ts +0 -568
  50. package/src/api/error-handling.ts +0 -1758
  51. package/src/api/natural-language-mapper.ts +0 -630
  52. package/src/api/performance-optimizer.ts +0 -891
  53. package/src/api/transaction-manager.ts +0 -754
  54. package/src/cli/deploy-artifact.ts +0 -304
  55. package/src/cli/snow-flow-cli-integration.ts +0 -434
  56. package/src/cli.ts +0 -4455
  57. package/src/cli.ts.bak +0 -5616
  58. package/src/compliance/advanced-compliance-system.ts +0 -1268
  59. package/src/compliance/index.ts +0 -19
  60. package/src/config/snow-flow-config.ts +0 -1019
  61. package/src/documentation/index.ts +0 -16
  62. package/src/documentation/self-documenting-system.ts +0 -1421
  63. package/src/dynamic-version.ts +0 -44
  64. package/src/healing/index.ts +0 -20
  65. package/src/healing/self-healing-system.ts +0 -1435
  66. package/src/health/README.md +0 -161
  67. package/src/health/system-health.ts +0 -995
  68. package/src/index.ts +0 -60
  69. package/src/intelligence/acl-analyzer.ts +0 -377
  70. package/src/intelligence/auto-resolution-engine.ts +0 -643
  71. package/src/intelligence/gap-analysis-engine.ts +0 -488
  72. package/src/intelligence/manual-instructions-generator.ts +0 -744
  73. package/src/intelligence/mcp-coverage-analyzer.ts +0 -708
  74. package/src/intelligence/multi-pass-requirements-analyzer.ts +0 -603
  75. package/src/intelligence/performance-recommendations-engine.ts +0 -1223
  76. package/src/intelligence/requirements-analyzer.ts +0 -1148
  77. package/src/intelligence/task-analyzer.ts +0 -628
  78. package/src/managers/scope-manager.ts +0 -555
  79. package/src/mcp/advanced/servicenow-advanced-features-mcp.ts +0 -16110
  80. package/src/mcp/base-mcp-server.ts +0 -660
  81. package/src/mcp/http-transport-wrapper.ts +0 -426
  82. package/src/mcp/service-discovery-client.ts +0 -312
  83. package/src/mcp/servicenow-automation-mcp-refactored.ts +0 -678
  84. package/src/mcp/servicenow-automation-mcp.ts +0 -838
  85. package/src/mcp/servicenow-deployment-mcp-refactored.ts +0 -1292
  86. package/src/mcp/servicenow-deployment-mcp.ts +0 -7244
  87. package/src/mcp/servicenow-graph-memory-mcp-refactored.ts +0 -721
  88. package/src/mcp/servicenow-graph-memory-mcp.ts +0 -832
  89. package/src/mcp/servicenow-integration-mcp-refactored.ts +0 -655
  90. package/src/mcp/servicenow-integration-mcp.ts +0 -819
  91. package/src/mcp/servicenow-intelligent-mcp-refactored.ts +0 -977
  92. package/src/mcp/servicenow-intelligent-mcp.ts +0 -4638
  93. package/src/mcp/servicenow-mcp-server.ts +0 -728
  94. package/src/mcp/servicenow-memory-mcp.ts +0 -474
  95. package/src/mcp/servicenow-operations-mcp-refactored.ts +0 -1995
  96. package/src/mcp/servicenow-operations-mcp.ts +0 -3384
  97. package/src/mcp/servicenow-platform-development-mcp-refactored.ts +0 -611
  98. package/src/mcp/servicenow-platform-development-mcp.ts +0 -970
  99. package/src/mcp/servicenow-progressive-indexer.ts +0 -370
  100. package/src/mcp/servicenow-reporting-analytics-mcp-refactored.ts +0 -695
  101. package/src/mcp/servicenow-reporting-analytics-mcp.ts +0 -1123
  102. package/src/mcp/servicenow-security-compliance-mcp-refactored.ts +0 -642
  103. package/src/mcp/servicenow-security-compliance-mcp.ts +0 -1157
  104. package/src/mcp/servicenow-update-set-mcp-refactored.ts +0 -751
  105. package/src/mcp/servicenow-update-set-mcp.ts +0 -811
  106. package/src/mcp/shared/agent-context-provider.ts +0 -365
  107. package/src/mcp/shared/base-mcp-server.ts +0 -2463
  108. package/src/mcp/shared/mcp-memory-manager.ts +0 -540
  109. package/src/mcp/shared/mcp-resource-manager.ts +0 -367
  110. package/src/mcp/snow-flow-mcp.ts +0 -911
  111. package/src/mcp/start-all-mcp-servers.ts +0 -102
  112. package/src/mcp/start-servicenow-mcp.ts +0 -67
  113. package/src/monitoring/enhanced-monitoring-system.ts +0 -1345
  114. package/src/monitoring/performance-tracker.ts +0 -777
  115. package/src/optimization/cost-optimization-engine.ts +0 -1125
  116. package/src/optimization/index.ts +0 -10
  117. package/src/queen/README.md +0 -403
  118. package/src/queen/agent-factory.ts +0 -574
  119. package/src/queen/index.ts +0 -94
  120. package/src/queen/mcp-execution-bridge.ts +0 -681
  121. package/src/queen/neural-learning.ts +0 -319
  122. package/src/queen/parallel-agent-engine.ts +0 -848
  123. package/src/queen/queen-memory-system.ts +0 -490
  124. package/src/queen/queen-memory.ts +0 -456
  125. package/src/queen/servicenow-queen.ts +0 -1029
  126. package/src/queen/types.ts +0 -87
  127. package/src/rollback/smart-rollback-system.ts +0 -866
  128. package/src/schemas/deployment.schema.json +0 -58
  129. package/src/schemas/flow.schema.json +0 -79
  130. package/src/schemas/widget.schema.json +0 -72
  131. package/src/snow-flow-system.ts +0 -541
  132. package/src/sparc/sparc-help.ts +0 -49
  133. package/src/sparc/team-sparc.ts +0 -88
  134. package/src/strategies/global-scope-strategy.ts +0 -736
  135. package/src/templates/base/application.template.json +0 -45
  136. package/src/templates/base/business_rule.template.json +0 -33
  137. package/src/templates/base/script_include.template.json +0 -18
  138. package/src/templates/base/table.template.json +0 -64
  139. package/src/templates/base/widget.template.json +0 -25
  140. package/src/templates/patterns/composite.incident-management.template.json +0 -140
  141. package/src/templates/patterns/widget.dashboard.template.json +0 -238
  142. package/src/templates/patterns/widget.datatable.template.json +0 -292
  143. package/src/testing/integration-test-suite.ts +0 -1276
  144. package/src/types/index.ts +0 -183
  145. package/src/types/neo4j-driver.d.ts +0 -23
  146. package/src/types/servicenow.types.ts +0 -307
  147. package/src/types/snow-flow.types.ts +0 -186
  148. package/src/types/todo.types.ts +0 -70
  149. package/src/utils/action-type-cache.ts +0 -286
  150. package/src/utils/agent-detector.ts +0 -573
  151. package/src/utils/artifact-tracker.ts +0 -379
  152. package/src/utils/dependency-detector.ts +0 -233
  153. package/src/utils/deployment-metadata-handler.ts +0 -518
  154. package/src/utils/error-recovery.ts +0 -680
  155. package/src/utils/logger.ts +0 -60
  156. package/src/utils/mcp-auth-middleware.ts +0 -262
  157. package/src/utils/mcp-config-manager.ts +0 -270
  158. package/src/utils/mcp-server-manager.ts +0 -446
  159. package/src/utils/mcp-tool-registry.ts +0 -298
  160. package/src/utils/migrate-snow-flow.ts +0 -98
  161. package/src/utils/oauth-html-templates.ts +0 -188
  162. package/src/utils/scope-utils.ts +0 -443
  163. package/src/utils/servicenow-client.ts +0 -3321
  164. package/src/utils/servicenow-id-generator.ts +0 -181
  165. package/src/utils/snow-memory-manager.ts +0 -605
  166. package/src/utils/snow-oauth.ts +0 -797
  167. package/src/utils/template-engine.ts +0 -463
  168. package/src/utils/theme-manager.ts +0 -295
  169. package/src/utils/unified-auth-store.ts +0 -222
  170. package/src/utils/update-set-importer.ts +0 -422
  171. package/src/utils/update-set-xml-packager.ts +0 -371
  172. package/src/utils/widget-template-generator.ts +0 -1744
  173. package/src/version.ts +0 -1950
@@ -1,10 +0,0 @@
1
- [
2
- {
3
- "id": "cmd-swarm-1754251250928",
4
- "type": "swarm",
5
- "success": true,
6
- "duration": 34.697790999999995,
7
- "timestamp": 1754251250963,
8
- "metadata": {}
9
- }
10
- ]
package/.roo/README.md DELETED
@@ -1,402 +0,0 @@
1
- # Roo Modes and MCP Integration Guide
2
-
3
- ## Overview
4
-
5
- This guide provides information about the various modes available in Roo and detailed documentation on the Model Context Protocol (MCP) integration capabilities.
6
-
7
- Create by @ruvnet
8
-
9
- ## Available Modes
10
-
11
- Roo offers specialized modes for different aspects of the development process:
12
-
13
- ### 📋 Specification Writer
14
- - **Role**: Captures project context, functional requirements, edge cases, and constraints
15
- - **Focus**: Translates requirements into modular pseudocode with TDD anchors
16
- - **Best For**: Initial project planning and requirement gathering
17
-
18
- ### 🏗️ Architect
19
- - **Role**: Designs scalable, secure, and modular architectures
20
- - **Focus**: Creates architecture diagrams, data flows, and integration points
21
- - **Best For**: System design and component relationships
22
-
23
- ### 🧠 Auto-Coder
24
- - **Role**: Writes clean, efficient, modular code based on pseudocode and architecture
25
- - **Focus**: Implements features with proper configuration and environment abstraction
26
- - **Best For**: Feature implementation and code generation
27
-
28
- ### 🧪 Tester (TDD)
29
- - **Role**: Implements Test-Driven Development (TDD, London School)
30
- - **Focus**: Writes failing tests first, implements minimal code to pass, then refactors
31
- - **Best For**: Ensuring code quality and test coverage
32
-
33
- ### 🪲 Debugger
34
- - **Role**: Troubleshoots runtime bugs, logic errors, or integration failures
35
- - **Focus**: Uses logs, traces, and stack analysis to isolate and fix bugs
36
- - **Best For**: Resolving issues in existing code
37
-
38
- ### 🛡️ Security Reviewer
39
- - **Role**: Performs static and dynamic audits to ensure secure code practices
40
- - **Focus**: Flags secrets, poor modular boundaries, and oversized files
41
- - **Best For**: Security audits and vulnerability assessments
42
-
43
- ### 📚 Documentation Writer
44
- - **Role**: Writes concise, clear, and modular Markdown documentation
45
- - **Focus**: Creates documentation that explains usage, integration, setup, and configuration
46
- - **Best For**: Creating user guides and technical documentation
47
-
48
- ### 🔗 System Integrator
49
- - **Role**: Merges outputs of all modes into a working, tested, production-ready system
50
- - **Focus**: Verifies interface compatibility, shared modules, and configuration standards
51
- - **Best For**: Combining components into a cohesive system
52
-
53
- ### 📈 Deployment Monitor
54
- - **Role**: Observes the system post-launch, collecting performance data and user feedback
55
- - **Focus**: Configures metrics, logs, uptime checks, and alerts
56
- - **Best For**: Post-deployment observation and issue detection
57
-
58
- ### 🧹 Optimizer
59
- - **Role**: Refactors, modularizes, and improves system performance
60
- - **Focus**: Audits files for clarity, modularity, and size
61
- - **Best For**: Code refinement and performance optimization
62
-
63
- ### 🚀 DevOps
64
- - **Role**: Handles deployment, automation, and infrastructure operations
65
- - **Focus**: Provisions infrastructure, configures environments, and sets up CI/CD pipelines
66
- - **Best For**: Deployment and infrastructure management
67
-
68
- ### 🔐 Supabase Admin
69
- - **Role**: Designs and implements database schemas, RLS policies, triggers, and functions
70
- - **Focus**: Ensures secure, efficient, and scalable data management with Supabase
71
- - **Best For**: Database management and Supabase integration
72
-
73
- ### ♾️ MCP Integration
74
- - **Role**: Connects to and manages external services through MCP interfaces
75
- - **Focus**: Ensures secure, efficient, and reliable communication with external APIs
76
- - **Best For**: Integrating with third-party services
77
-
78
- ### ⚡️ SPARC Orchestrator
79
- - **Role**: Orchestrates complex workflows by breaking down objectives into subtasks
80
- - **Focus**: Ensures secure, modular, testable, and maintainable delivery
81
- - **Best For**: Managing complex projects with multiple components
82
-
83
- ### ❓ Ask
84
- - **Role**: Helps users navigate, ask, and delegate tasks to the correct modes
85
- - **Focus**: Guides users to formulate questions using the SPARC methodology
86
- - **Best For**: Getting started and understanding how to use Roo effectively
87
-
88
- ## MCP Integration Mode
89
-
90
- The MCP Integration Mode (♾️) in Roo is designed specifically for connecting to and managing external services through MCP interfaces. This mode ensures secure, efficient, and reliable communication between your application and external service APIs.
91
-
92
- ### Key Features
93
-
94
- - Establish connections to MCP servers and verify availability
95
- - Configure and validate authentication for service access
96
- - Implement data transformation and exchange between systems
97
- - Robust error handling and retry mechanisms
98
- - Documentation of integration points, dependencies, and usage patterns
99
-
100
- ### MCP Integration Workflow
101
-
102
- | Phase | Action | Tool Preference |
103
- |-------|--------|-----------------|
104
- | 1. Connection | Establish connection to MCP servers and verify availability | `use_mcp_tool` for server operations |
105
- | 2. Authentication | Configure and validate authentication for service access | `use_mcp_tool` with proper credentials |
106
- | 3. Data Exchange | Implement data transformation and exchange between systems | `use_mcp_tool` for operations, `apply_diff` for code |
107
- | 4. Error Handling | Implement robust error handling and retry mechanisms | `apply_diff` for code modifications |
108
- | 5. Documentation | Document integration points, dependencies, and usage patterns | `insert_content` for documentation |
109
-
110
- ### Non-Negotiable Requirements
111
-
112
- - ✅ ALWAYS verify MCP server availability before operations
113
- - ✅ NEVER store credentials or tokens in code
114
- - ✅ ALWAYS implement proper error handling for all API calls
115
- - ✅ ALWAYS validate inputs and outputs for all operations
116
- - ✅ NEVER use hardcoded environment variables
117
- - ✅ ALWAYS document all integration points and dependencies
118
- - ✅ ALWAYS use proper parameter validation before tool execution
119
- - ✅ ALWAYS include complete parameters for MCP tool operations
120
-
121
- # Agentic Coding MCPs
122
-
123
- ## Overview
124
-
125
- This guide provides detailed information on Management Control Panel (MCP) integration capabilities. MCP enables seamless agent workflows by connecting to more than 80 servers, covering development, AI, data management, productivity, cloud storage, e-commerce, finance, communication, and design. Each server offers specialized tools, allowing agents to securely access, automate, and manage external services through a unified and modular system. This approach supports building dynamic, scalable, and intelligent workflows with minimal setup and maximum flexibility.
126
-
127
- ## Install via NPM
128
- ```
129
- npx create-sparc init --force
130
- ```
131
- ---
132
-
133
- ## Available MCP Servers
134
-
135
- ### 🛠️ Development & Coding
136
-
137
- | | Service | Description |
138
- |:------|:--------------|:-----------------------------------|
139
- | 🐙 | GitHub | Repository management, issues, PRs |
140
- | 🦊 | GitLab | Repo management, CI/CD pipelines |
141
- | 🧺 | Bitbucket | Code collaboration, repo hosting |
142
- | 🐳 | DockerHub | Container registry and management |
143
- | 📦 | npm | Node.js package registry |
144
- | 🐍 | PyPI | Python package index |
145
- | 🤗 | HuggingFace Hub| AI model repository |
146
- | 🧠 | Cursor | AI-powered code editor |
147
- | 🌊 | Windsurf | AI development platform |
148
-
149
- ---
150
-
151
- ### 🤖 AI & Machine Learning
152
-
153
- | | Service | Description |
154
- |:------|:--------------|:-----------------------------------|
155
- | 🔥 | OpenAI | GPT models, DALL-E, embeddings |
156
- | 🧩 | Perplexity AI | AI search and question answering |
157
- | 🧠 | Cohere | NLP models |
158
- | 🧬 | Replicate | AI model hosting |
159
- | 🎨 | Stability AI | Image generation AI |
160
- | 🚀 | Groq | High-performance AI inference |
161
- | 📚 | LlamaIndex | Data framework for LLMs |
162
- | 🔗 | LangChain | Framework for LLM apps |
163
- | ⚡ | Vercel AI | AI SDK, fast deployment |
164
- | 🛠️ | AutoGen | Multi-agent orchestration |
165
- | 🧑‍🤝‍🧑 | CrewAI | Agent team framework |
166
- | 🧠 | Huggingface | Model hosting and APIs |
167
-
168
- ---
169
-
170
- ### 📈 Data & Analytics
171
-
172
- | | Service | Description |
173
- |:------|:---------------|:-----------------------------------|
174
- | 🛢️ | Supabase | Database, Auth, Storage backend |
175
- | 🔍 | Ahrefs | SEO analytics |
176
- | 🧮 | Code Interpreter| Code execution and data analysis |
177
-
178
- ---
179
-
180
- ### 📅 Productivity & Collaboration
181
-
182
- | | Service | Description |
183
- |:------|:---------------|:-----------------------------------|
184
- | ✉️ | Gmail | Email service |
185
- | 📹 | YouTube | Video sharing platform |
186
- | 👔 | LinkedIn | Professional network |
187
- | 📰 | HackerNews | Tech news discussions |
188
- | 🗒️ | Notion | Knowledge management |
189
- | 💬 | Slack | Team communication |
190
- | ✅ | Asana | Project management |
191
- | 📋 | Trello | Kanban boards |
192
- | 🛠️ | Jira | Issue tracking and projects |
193
- | 🎟️ | Zendesk | Customer service |
194
- | 🎮 | Discord | Community messaging |
195
- | 📲 | Telegram | Messaging app |
196
-
197
- ---
198
-
199
- ### 🗂️ File Storage & Management
200
-
201
- | | Service | Description |
202
- |:------|:---------------|:-----------------------------------|
203
- | ☁️ | Google Drive | Cloud file storage |
204
- | 📦 | Dropbox | Cloud file sharing |
205
- | 📁 | Box | Enterprise file storage |
206
- | 🪟 | OneDrive | Microsoft cloud storage |
207
- | 🧠 | Mem0 | Knowledge storage, notes |
208
-
209
- ---
210
-
211
- ### 🔎 Search & Web Information
212
-
213
- | | Service | Description |
214
- |:------|:----------------|:---------------------------------|
215
- | 🌐 | Composio Search | Unified web search for agents |
216
-
217
- ---
218
-
219
- ### 🛒 E-commerce & Finance
220
-
221
- | | Service | Description |
222
- |:------|:---------------|:-----------------------------------|
223
- | 🛍️ | Shopify | E-commerce platform |
224
- | 💳 | Stripe | Payment processing |
225
- | 💰 | PayPal | Online payments |
226
- | 📒 | QuickBooks | Accounting software |
227
- | 📈 | Xero | Accounting and finance |
228
- | 🏦 | Plaid | Financial data APIs |
229
-
230
- ---
231
-
232
- ### 📣 Marketing & Communications
233
-
234
- | | Service | Description |
235
- |:------|:---------------|:-----------------------------------|
236
- | 🐒 | MailChimp | Email marketing platform |
237
- | ✉️ | SendGrid | Email delivery service |
238
- | 📞 | Twilio | SMS and calling APIs |
239
- | 💬 | Intercom | Customer messaging |
240
- | 🎟️ | Freshdesk | Customer support |
241
-
242
- ---
243
-
244
- ### 🛜 Social Media & Publishing
245
-
246
- | | Service | Description |
247
- |:------|:---------------|:-----------------------------------|
248
- | 👥 | Facebook | Social networking |
249
- | 📷 | Instagram | Photo sharing |
250
- | 🐦 | Twitter | Microblogging platform |
251
- | 👽 | Reddit | Social news aggregation |
252
- | ✍️ | Medium | Blogging platform |
253
- | 🌐 | WordPress | Website and blog publishing |
254
- | 🌎 | Webflow | Web design and hosting |
255
-
256
- ---
257
-
258
- ### 🎨 Design & Digital Assets
259
-
260
- | | Service | Description |
261
- |:------|:---------------|:-----------------------------------|
262
- | 🎨 | Figma | Collaborative UI design |
263
- | 🎞️ | Adobe | Creative tools and software |
264
-
265
- ---
266
-
267
- ### 🗓️ Scheduling & Events
268
-
269
- | | Service | Description |
270
- |:------|:---------------|:-----------------------------------|
271
- | 📆 | Calendly | Appointment scheduling |
272
- | 🎟️ | Eventbrite | Event management and tickets |
273
- | 📅 | Calendar Google | Google Calendar Integration |
274
- | 📅 | Calendar Outlook| Outlook Calendar Integration |
275
-
276
- ---
277
-
278
- ## 🧩 Using MCP Tools
279
-
280
- To use an MCP server:
281
- 1. Connect to the desired MCP endpoint or install server (e.g., Supabase via `npx`).
282
- 2. Authenticate with your credentials.
283
- 3. Trigger available actions through Roo workflows.
284
- 4. Maintain security and restrict only necessary permissions.
285
-
286
- ### Example: GitHub Integration
287
-
288
- ```
289
- <!-- Initiate connection -->
290
- <use_mcp_tool>
291
- <server_name>github</server_name>
292
- <tool_name>GITHUB_INITIATE_CONNECTION</tool_name>
293
- <arguments>{}</arguments>
294
- </use_mcp_tool>
295
-
296
- <!-- List pull requests -->
297
- <use_mcp_tool>
298
- <server_name>github</server_name>
299
- <tool_name>GITHUB_PULLS_LIST</tool_name>
300
- <arguments>{"owner": "username", "repo": "repository-name"}</arguments>
301
- </use_mcp_tool>
302
- ```
303
-
304
- ### Example: OpenAI Integration
305
-
306
- ```
307
- <!-- Initiate connection -->
308
- <use_mcp_tool>
309
- <server_name>openai</server_name>
310
- <tool_name>OPENAI_INITIATE_CONNECTION</tool_name>
311
- <arguments>{}</arguments>
312
- </use_mcp_tool>
313
-
314
- <!-- Generate text with GPT -->
315
- <use_mcp_tool>
316
- <server_name>openai</server_name>
317
- <tool_name>OPENAI_CHAT_COMPLETION</tool_name>
318
- <arguments>{
319
- "model": "gpt-4",
320
- "messages": [
321
- {"role": "system", "content": "You are a helpful assistant."},
322
- {"role": "user", "content": "Explain quantum computing in simple terms."}
323
- ],
324
- "temperature": 0.7
325
- }</arguments>
326
- </use_mcp_tool>
327
- ```
328
-
329
- ## Tool Usage Guidelines
330
-
331
- ### Primary Tools
332
-
333
- - `use_mcp_tool`: Use for all MCP server operations
334
- ```
335
- <use_mcp_tool>
336
- <server_name>server_name</server_name>
337
- <tool_name>tool_name</tool_name>
338
- <arguments>{ "param1": "value1", "param2": "value2" }</arguments>
339
- </use_mcp_tool>
340
- ```
341
-
342
- - `access_mcp_resource`: Use for accessing MCP resources
343
- ```
344
- <access_mcp_resource>
345
- <server_name>server_name</server_name>
346
- <uri>resource://path/to/resource</uri>
347
- </access_mcp_resource>
348
- ```
349
-
350
- - `apply_diff`: Use for code modifications with complete search and replace blocks
351
- ```
352
- <apply_diff>
353
- <path>file/path.js</path>
354
- <diff>
355
- <<<<<<< SEARCH
356
- // Original code
357
- =======
358
- // Updated code
359
- >>>>>>> REPLACE
360
- </diff>
361
- </apply_diff>
362
- ```
363
-
364
- ### Secondary Tools
365
-
366
- - `insert_content`: Use for documentation and adding new content
367
- - `execute_command`: Use for testing API connections and validating integrations
368
- - `search_and_replace`: Use only when necessary and always include both parameters
369
-
370
- ## Detailed Documentation
371
-
372
- For detailed information about each MCP server and its available tools, refer to the individual documentation files in the `.roo/rules-mcp/` directory:
373
-
374
- - [GitHub](./rules-mcp/github.md)
375
- - [Supabase](./rules-mcp/supabase.md)
376
- - [Ahrefs](./rules-mcp/ahrefs.md)
377
- - [Gmail](./rules-mcp/gmail.md)
378
- - [YouTube](./rules-mcp/youtube.md)
379
- - [LinkedIn](./rules-mcp/linkedin.md)
380
- - [OpenAI](./rules-mcp/openai.md)
381
- - [Notion](./rules-mcp/notion.md)
382
- - [Slack](./rules-mcp/slack.md)
383
- - [Google Drive](./rules-mcp/google_drive.md)
384
- - [HackerNews](./rules-mcp/hackernews.md)
385
- - [Composio Search](./rules-mcp/composio_search.md)
386
- - [Mem0](./rules-mcp/mem0.md)
387
- - [PerplexityAI](./rules-mcp/perplexityai.md)
388
- - [CodeInterpreter](./rules-mcp/codeinterpreter.md)
389
-
390
- ## Best Practices
391
-
392
- 1. Always initiate a connection before attempting to use any MCP tools
393
- 2. Implement retry mechanisms with exponential backoff for transient failures
394
- 3. Use circuit breakers to prevent cascading failures
395
- 4. Implement request batching to optimize API usage
396
- 5. Use proper logging for all API operations
397
- 6. Implement data validation for all incoming and outgoing data
398
- 7. Use proper error codes and messages for API responses
399
- 8. Implement proper timeout handling for all API calls
400
- 9. Use proper versioning for API integrations
401
- 10. Implement proper rate limiting to prevent API abuse
402
- 11. Use proper caching strategies to reduce API calls
package/.roo/mcp-list.txt DELETED
@@ -1,257 +0,0 @@
1
- {
2
- "mcpServers": {
3
- "supabase": {
4
- "command": "npx",
5
- "args": [
6
- "-y",
7
- "@supabase/mcp-server-supabase@latest",
8
- "--access-token",
9
- "${env:SUPABASE_ACCESS_TOKEN}"
10
- ],
11
- "alwaysAllow": [
12
- "list_tables",
13
- "execute_sql",
14
- "listTables",
15
- "list_projects",
16
- "list_organizations",
17
- "get_organization",
18
- "apply_migration",
19
- "get_project",
20
- "execute_query",
21
- "generate_typescript_types",
22
- "listProjects"
23
- ]
24
- },
25
- "composio_search": {
26
- "url": "https://mcp.composio.dev/composio_search/abandoned-creamy-horse-Y39-hm?agent=cursor"
27
- },
28
- "mem0": {
29
- "url": "https://mcp.composio.dev/mem0/abandoned-creamy-horse-Y39-hm?agent=cursor"
30
- },
31
- "perplexityai": {
32
- "url": "https://mcp.composio.dev/perplexityai/abandoned-creamy-horse-Y39-hm?agent=cursor"
33
- },
34
- "codeinterpreter": {
35
- "url": "https://mcp.composio.dev/codeinterpreter/abandoned-creamy-horse-Y39-hm?agent=cursor"
36
- },
37
- "gmail": {
38
- "url": "https://mcp.composio.dev/gmail/abandoned-creamy-horse-Y39-hm?agent=cursor"
39
- },
40
- "youtube": {
41
- "url": "https://mcp.composio.dev/youtube/abandoned-creamy-horse-Y39-hm?agent=cursor"
42
- },
43
- "ahrefs": {
44
- "url": "https://mcp.composio.dev/ahrefs/abandoned-creamy-horse-Y39-hm?agent=cursor"
45
- },
46
- "linkedin": {
47
- "url": "https://mcp.composio.dev/linkedin/abandoned-creamy-horse-Y39-hm?agent=cursor"
48
- },
49
- "hackernews": {
50
- "url": "https://mcp.composio.dev/hackernews/abandoned-creamy-horse-Y39-hm?agent=cursor"
51
- },
52
- "notion": {
53
- "url": "https://mcp.composio.dev/notion/abandoned-creamy-horse-Y39-hm?agent=cursor"
54
- },
55
- "slack": {
56
- "url": "https://mcp.composio.dev/slack/abandoned-creamy-horse-Y39-hm?agent=cursor"
57
- },
58
- "asana": {
59
- "url": "https://mcp.composio.dev/asana/abandoned-creamy-horse-Y39-hm?agent=cursor"
60
- },
61
- "trello": {
62
- "url": "https://mcp.composio.dev/trello/abandoned-creamy-horse-Y39-hm?agent=cursor"
63
- },
64
- "jira": {
65
- "url": "https://mcp.composio.dev/jira/abandoned-creamy-horse-Y39-hm?agent=cursor"
66
- },
67
- "zendesk": {
68
- "url": "https://mcp.composio.dev/zendesk/abandoned-creamy-horse-Y39-hm?agent=cursor"
69
- },
70
- "dropbox": {
71
- "url": "https://mcp.composio.dev/dropbox/abandoned-creamy-horse-Y39-hm?agent=cursor"
72
- },
73
- "box": {
74
- "url": "https://mcp.composio.dev/box/abandoned-creamy-horse-Y39-hm?agent=cursor"
75
- },
76
- "onedrive": {
77
- "url": "https://mcp.composio.dev/onedrive/abandoned-creamy-horse-Y39-hm?agent=cursor"
78
- },
79
- "google_drive": {
80
- "url": "https://mcp.composio.dev/google_drive/abandoned-creamy-horse-Y39-hm?agent=cursor"
81
- },
82
- "calendar": {
83
- "url": "https://mcp.composio.dev/calendar/abandoned-creamy-horse-Y39-hm?agent=cursor"
84
- },
85
- "outlook": {
86
- "url": "https://mcp.composio.dev/outlook/abandoned-creamy-horse-Y39-hm?agent=cursor"
87
- },
88
- "salesforce": {
89
- "url": "https://mcp.composio.dev/salesforce/abandoned-creamy-horse-Y39-hm?agent=cursor"
90
- },
91
- "hubspot": {
92
- "url": "https://mcp.composio.dev/hubspot/abandoned-creamy-horse-Y39-hm?agent=cursor"
93
- },
94
- "airtable": {
95
- "url": "https://mcp.composio.dev/airtable/abandoned-creamy-horse-Y39-hm?agent=cursor"
96
- },
97
- "clickup": {
98
- "url": "https://mcp.composio.dev/clickup/abandoned-creamy-horse-Y39-hm?agent=cursor"
99
- },
100
- "monday": {
101
- "url": "https://mcp.composio.dev/monday/abandoned-creamy-horse-Y39-hm?agent=cursor"
102
- },
103
- "linear": {
104
- "url": "https://mcp.composio.dev/linear/abandoned-creamy-horse-Y39-hm?agent=cursor"
105
- },
106
- "intercom": {
107
- "url": "https://mcp.composio.dev/intercom/abandoned-creamy-horse-Y39-hm?agent=cursor"
108
- },
109
- "freshdesk": {
110
- "url": "https://mcp.composio.dev/freshdesk/abandoned-creamy-horse-Y39-hm?agent=cursor"
111
- },
112
- "shopify": {
113
- "url": "https://mcp.composio.dev/shopify/abandoned-creamy-horse-Y39-hm?agent=cursor"
114
- },
115
- "stripe": {
116
- "url": "https://mcp.composio.dev/stripe/abandoned-creamy-horse-Y39-hm?agent=cursor"
117
- },
118
- "paypal": {
119
- "url": "https://mcp.composio.dev/paypal/abandoned-creamy-horse-Y39-hm?agent=cursor"
120
- },
121
- "quickbooks": {
122
- "url": "https://mcp.composio.dev/quickbooks/abandoned-creamy-horse-Y39-hm?agent=cursor"
123
- },
124
- "xero": {
125
- "url": "https://mcp.composio.dev/xero/abandoned-creamy-horse-Y39-hm?agent=cursor"
126
- },
127
- "mailchimp": {
128
- "url": "https://mcp.composio.dev/mailchimp/abandoned-creamy-horse-Y39-hm?agent=cursor"
129
- },
130
- "sendgrid": {
131
- "url": "https://mcp.composio.dev/sendgrid/abandoned-creamy-horse-Y39-hm?agent=cursor"
132
- },
133
- "twilio": {
134
- "url": "https://mcp.composio.dev/twilio/abandoned-creamy-horse-Y39-hm?agent=cursor"
135
- },
136
- "plaid": {
137
- "url": "https://mcp.composio.dev/plaid/abandoned-creamy-horse-Y39-hm?agent=cursor"
138
- },
139
- "zoom": {
140
- "url": "https://mcp.composio.dev/zoom/abandoned-creamy-horse-Y39-hm?agent=cursor"
141
- },
142
- "calendar_google": {
143
- "url": "https://mcp.composio.dev/calendar_google/abandoned-creamy-horse-Y39-hm?agent=cursor"
144
- },
145
- "calendar_outlook": {
146
- "url": "https://mcp.composio.dev/calendar_outlook/abandoned-creamy-horse-Y39-hm?agent=cursor"
147
- },
148
- "discord": {
149
- "url": "https://mcp.composio.dev/discord/abandoned-creamy-horse-Y39-hm?agent=cursor"
150
- },
151
- "telegram": {
152
- "url": "https://mcp.composio.dev/telegram/abandoned-creamy-horse-Y39-hm?agent=cursor"
153
- },
154
- "facebook": {
155
- "url": "https://mcp.composio.dev/facebook/abandoned-creamy-horse-Y39-hm?agent=cursor"
156
- },
157
- "instagram": {
158
- "url": "https://mcp.composio.dev/instagram/abandoned-creamy-horse-Y39-hm?agent=cursor"
159
- },
160
- "twitter": {
161
- "url": "https://mcp.composio.dev/twitter/abandoned-creamy-horse-Y39-hm?agent=cursor"
162
- },
163
- "reddit": {
164
- "url": "https://mcp.composio.dev/reddit/abandoned-creamy-horse-Y39-hm?agent=cursor"
165
- },
166
- "medium": {
167
- "url": "https://mcp.composio.dev/medium/abandoned-creamy-horse-Y39-hm?agent=cursor"
168
- },
169
- "wordpress": {
170
- "url": "https://mcp.composio.dev/wordpress/abandoned-creamy-horse-Y39-hm?agent=cursor"
171
- },
172
- "webflow": {
173
- "url": "https://mcp.composio.dev/webflow/abandoned-creamy-horse-Y39-hm?agent=cursor"
174
- },
175
- "figma": {
176
- "url": "https://mcp.composio.dev/figma/abandoned-creamy-horse-Y39-hm?agent=cursor"
177
- },
178
- "adobe": {
179
- "url": "https://mcp.composio.dev/adobe/abandoned-creamy-horse-Y39-hm?agent=cursor"
180
- },
181
- "calendly": {
182
- "url": "https://mcp.composio.dev/calendly/abandoned-creamy-horse-Y39-hm?agent=cursor"
183
- },
184
- "eventbrite": {
185
- "url": "https://mcp.composio.dev/eventbrite/abandoned-creamy-horse-Y39-hm?agent=cursor"
186
- },
187
- "huggingface": {
188
- "url": "https://mcp.composio.dev/huggingface/abandoned-creamy-horse-Y39-hm?agent=cursor"
189
- },
190
- "openai": {
191
- "url": "https://mcp.composio.dev/openai/abandoned-creamy-horse-Y39-hm?agent=cursor"
192
- },
193
- "replicate": {
194
- "url": "https://mcp.composio.dev/replicate/abandoned-creamy-horse-Y39-hm?agent=cursor"
195
- },
196
- "cohere": {
197
- "url": "https://mcp.composio.dev/cohere/abandoned-creamy-horse-Y39-hm?agent=cursor"
198
- },
199
- "stabilityai": {
200
- "url": "https://mcp.composio.dev/stabilityai/abandoned-creamy-horse-Y39-hm?agent=cursor"
201
- },
202
- "groq": {
203
- "url": "https://mcp.composio.dev/groq/abandoned-creamy-horse-Y39-hm?agent=cursor"
204
- },
205
- "llamaindex": {
206
- "url": "https://mcp.composio.dev/llamaindex/abandoned-creamy-horse-Y39-hm?agent=cursor"
207
- },
208
- "langchain": {
209
- "url": "https://mcp.composio.dev/langchain/abandoned-creamy-horse-Y39-hm?agent=cursor"
210
- },
211
- "vercelai": {
212
- "url": "https://mcp.composio.dev/vercelai/abandoned-creamy-horse-Y39-hm?agent=cursor"
213
- },
214
- "autogen": {
215
- "url": "https://mcp.composio.dev/autogen/abandoned-creamy-horse-Y39-hm?agent=cursor"
216
- },
217
- "crewai": {
218
- "url": "https://mcp.composio.dev/crewai/abandoned-creamy-horse-Y39-hm?agent=cursor"
219
- },
220
- "cursor": {
221
- "url": "https://mcp.composio.dev/cursor/abandoned-creamy-horse-Y39-hm?agent=cursor"
222
- },
223
- "windsurf": {
224
- "url": "https://mcp.composio.dev/windsurf/abandoned-creamy-horse-Y39-hm?agent=cursor"
225
- },
226
- "python": {
227
- "url": "https://mcp.composio.dev/python/abandoned-creamy-horse-Y39-hm?agent=cursor"
228
- },
229
- "nodejs": {
230
- "url": "https://mcp.composio.dev/nodejs/abandoned-creamy-horse-Y39-hm?agent=cursor"
231
- },
232
- "typescript": {
233
- "url": "https://mcp.composio.dev/typescript/abandoned-creamy-horse-Y39-hm?agent=cursor"
234
- },
235
- "github": {
236
- "url": "https://mcp.composio.dev/github/abandoned-creamy-horse-Y39-hm?agent=cursor"
237
- },
238
- "gitlab": {
239
- "url": "https://mcp.composio.dev/gitlab/abandoned-creamy-horse-Y39-hm?agent=cursor"
240
- },
241
- "bitbucket": {
242
- "url": "https://mcp.composio.dev/bitbucket/abandoned-creamy-horse-Y39-hm?agent=cursor"
243
- },
244
- "dockerhub": {
245
- "url": "https://mcp.composio.dev/dockerhub/abandoned-creamy-horse-Y39-hm?agent=cursor"
246
- },
247
- "npm": {
248
- "url": "https://mcp.composio.dev/npm/abandoned-creamy-horse-Y39-hm?agent=cursor"
249
- },
250
- "pypi": {
251
- "url": "https://mcp.composio.dev/pypi/abandoned-creamy-horse-Y39-hm?agent=cursor"
252
- },
253
- "huggingfacehub": {
254
- "url": "https://mcp.composio.dev/huggingfacehub/abandoned-creamy-horse-Y39-hm?agent=cursor"
255
- }
256
- }
257
- }