accessflow-mcp-server 1.0.6 → 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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "accessflow-mcp-server",
3
- "version": "1.0.6",
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(