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 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
- ## Supported Clients
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accessflow-mcp-server",
3
- "version": "1.0.5",
3
+ "version": "1.0.7",
4
4
  "description": "AccessFlow MCP Server for accessibility issue remediation",
5
5
  "main": "build/index.js",
6
6
  "bin": {
@@ -19,7 +19,7 @@ export const getMostUrgentIssuesHandler: ToolHandler = async (
19
19
  const { environment, headers } = context;
20
20
 
21
21
  // Validate limit parameter
22
- const issueLimit = 3;
22
+ const issueLimit = 5;
23
23
 
24
24
  try {
25
25
  const response = await fetch(