@mcptoolshop/a11y-mcp-tools 0.3.0 → 0.3.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/CONTRIBUTING.md +1 -1
- package/PROV_METHODS_CATALOG.md +2 -2
- package/README.md +4 -4
- package/package.json +5 -4
- package/src/schemas/provenance.js +1 -1
package/CONTRIBUTING.md
CHANGED
|
@@ -8,7 +8,7 @@ Thank you for your interest in contributing to a11y-mcp-tools! We appreciate you
|
|
|
8
8
|
|
|
9
9
|
If you find a bug or have a suggestion:
|
|
10
10
|
|
|
11
|
-
1. Check if the issue already exists in [GitHub Issues](https://github.com/mcp-tool-shop/a11y-mcp-tools/issues)
|
|
11
|
+
1. Check if the issue already exists in [GitHub Issues](https://github.com/mcp-tool-shop-org/a11y-mcp-tools/issues)
|
|
12
12
|
2. If not, create a new issue with:
|
|
13
13
|
- A clear, descriptive title
|
|
14
14
|
- Steps to reproduce (for bugs)
|
package/PROV_METHODS_CATALOG.md
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
Stable method IDs for provenance tracking in a11y-mcp-tools.
|
|
4
4
|
|
|
5
5
|
These IDs are **locked** and MUST NOT change within a major version.
|
|
6
|
-
See [prov-spec](https://github.com/mcp-tool-shop/prov-spec) for the full specification.
|
|
6
|
+
See [prov-spec](https://github.com/mcp-tool-shop-org/prov-spec) for the full specification.
|
|
7
7
|
|
|
8
8
|
## Envelope Methods
|
|
9
9
|
|
|
@@ -98,7 +98,7 @@ See [prov-spec](https://github.com/mcp-tool-shop/prov-spec) for the full specifi
|
|
|
98
98
|
|
|
99
99
|
## Related
|
|
100
100
|
|
|
101
|
-
- [prov-spec](https://github.com/mcp-tool-shop/prov-spec) - Full provenance specification
|
|
101
|
+
- [prov-spec](https://github.com/mcp-tool-shop-org/prov-spec) - Full provenance specification
|
|
102
102
|
- [envelope.schema.v0.1.json](src/schemas/envelope.schema.v0.1.json) - MCP envelope schema
|
|
103
103
|
- [evidence.bundle.schema.v0.1.json](src/schemas/evidence.bundle.schema.v0.1.json) - Bundle schema
|
|
104
104
|
- [diagnosis.schema.v0.1.json](src/schemas/diagnosis.schema.v0.1.json) - Diagnosis schema
|
package/README.md
CHANGED
|
@@ -158,10 +158,10 @@ Both tools work with a shared artifact/provenance model:
|
|
|
158
158
|
|
|
159
159
|
## Related
|
|
160
160
|
|
|
161
|
-
- [prov-spec](https://github.com/mcp-tool-shop/prov-spec) - Provenance specification
|
|
162
|
-
- [a11y-evidence-engine](https://github.com/mcp-tool-shop/a11y-evidence-engine) - CLI scanner
|
|
163
|
-
- [a11y-assist](https://github.com/mcp-tool-shop/a11y-assist) - Fix advisor
|
|
164
|
-
- [a11y-demo-site](https://github.com/mcp-tool-shop/a11y-demo-site) - Demo with CI workflows
|
|
161
|
+
- [prov-spec](https://github.com/mcp-tool-shop-org/prov-spec) - Provenance specification
|
|
162
|
+
- [a11y-evidence-engine](https://github.com/mcp-tool-shop-org/a11y-evidence-engine) - CLI scanner
|
|
163
|
+
- [a11y-assist](https://github.com/mcp-tool-shop-org/a11y-assist) - Fix advisor
|
|
164
|
+
- [a11y-demo-site](https://github.com/mcp-tool-shop-org/a11y-demo-site) - Demo with CI workflows
|
|
165
165
|
|
|
166
166
|
## License
|
|
167
167
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mcptoolshop/a11y-mcp-tools",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.1",
|
|
4
4
|
"description": "MCP tools for accessibility evidence capture and diagnosis",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"bin": {
|
|
@@ -23,13 +23,14 @@
|
|
|
23
23
|
],
|
|
24
24
|
"author": "mcp-tool-shop <64996768+mcp-tool-shop@users.noreply.github.com>",
|
|
25
25
|
"license": "MIT",
|
|
26
|
-
"homepage": "https://github.com/mcp-tool-shop/
|
|
26
|
+
"homepage": "https://github.com/mcp-tool-shop-org/accessibility-suite#readme",
|
|
27
27
|
"repository": {
|
|
28
28
|
"type": "git",
|
|
29
|
-
"url": "git+https://github.com/mcp-tool-shop/
|
|
29
|
+
"url": "git+https://github.com/mcp-tool-shop-org/accessibility-suite.git",
|
|
30
|
+
"directory": "src/a11y-mcp-tools"
|
|
30
31
|
},
|
|
31
32
|
"bugs": {
|
|
32
|
-
"url": "https://github.com/mcp-tool-shop/
|
|
33
|
+
"url": "https://github.com/mcp-tool-shop-org/accessibility-suite/issues"
|
|
33
34
|
},
|
|
34
35
|
"engines": {
|
|
35
36
|
"node": ">=18.0.0"
|
|
@@ -90,7 +90,7 @@ function createProvRecordV01({
|
|
|
90
90
|
* Locked Method ID Catalog (v0.1)
|
|
91
91
|
*
|
|
92
92
|
* These IDs are stable and MUST NOT change within a major version.
|
|
93
|
-
* See: https://github.com/mcp-tool-shop/prov-spec
|
|
93
|
+
* See: https://github.com/mcp-tool-shop-org/prov-spec
|
|
94
94
|
*/
|
|
95
95
|
|
|
96
96
|
/**
|