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 +8 -2
- package/package.json +1 -1
- package/src/index.js +0 -0
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
|
-
|
|
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
package/src/index.js
CHANGED
|
File without changes
|