accessflow-mcp-server 1.0.5 → 1.0.7
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 +1 -2
- package/package.json +1 -1
- package/src/tools/getMostUrgentIssues.ts +1 -1
package/README.md
CHANGED
|
@@ -84,11 +84,10 @@ Once configured, you can interact with the server through your MCP client:
|
|
|
84
84
|
"Get remediation guidance for issue: Decorative-Content-6d277a13ba"
|
|
85
85
|
```
|
|
86
86
|
|
|
87
|
-
##
|
|
87
|
+
## Supported Clients
|
|
88
88
|
|
|
89
89
|
This MCP server works with AI agents in IDEs and other MCP-compatible clients:
|
|
90
90
|
|
|
91
91
|
- **VS Code Copilot**: Integrates with GitHub Copilot in VS Code
|
|
92
92
|
- **Cursor**: Works with Cursor's AI assistant
|
|
93
|
-
- **Claude Desktop**: Direct integration with Claude Desktop app
|
|
94
93
|
- **Other MCP Clients**: Any application supporting the Model Context Protocol
|
package/package.json
CHANGED