arc-templated-issues-mcp 1.0.0 → 1.0.1

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
@@ -4,12 +4,18 @@ ARC accessibility issue templates as an MCP server. Converts AxeCore violations
4
4
 
5
5
  ## Usage
6
6
 
7
- Add to your Claude Desktop / Claude Code MCP settings:
7
+ **Claude Code** add via CLI:
8
+
9
+ ```bash
10
+ claude mcp add arc-templated-issues-mcp --scope user npx -- -y arc-templated-issues-mcp
11
+ ```
12
+
13
+ **Claude Desktop** — add to your MCP settings JSON:
8
14
 
9
15
  ```json
10
16
  {
11
17
  "mcpServers": {
12
- "arc-issues": {
18
+ "arc-templated-issues-mcp": {
13
19
  "command": "npx",
14
20
  "args": ["-y", "arc-templated-issues-mcp"]
15
21
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "arc-templated-issues-mcp",
3
- "version": "1.0.0",
3
+ "version": "1.0.1",
4
4
  "description": "ARC accessibility issue templates MCP server",
5
5
  "type": "module",
6
6
  "main": "src/index.js",
package/src/index.js CHANGED
File without changes