@fidensa/mcp-server 0.1.0 → 0.1.2
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 +2 -0
- package/package.json +3 -2
- package/src/index.mjs +1 -1
package/README.md
CHANGED
|
@@ -1,5 +1,7 @@
|
|
|
1
1
|
# @fidensa/mcp-server
|
|
2
2
|
|
|
3
|
+
[](https://fidensa.com/certifications/fidensa-mcp-server)
|
|
4
|
+
|
|
3
5
|
MCP server for [Fidensa](https://fidensa.com) — the independent AI capability certification authority.
|
|
4
6
|
|
|
5
7
|
Gives your AI agent structured access to Fidensa certification data through the Model Context Protocol. Check trust scores, search for certified alternatives, compare capabilities side-by-side, and verify signed artifacts — all through MCP tool calls.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@fidensa/mcp-server",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.2",
|
|
4
4
|
"description": "Fidensa AI certification authority — MCP server for trust-aware tool selection",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"bin": {
|
|
@@ -30,7 +30,8 @@
|
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"repository": {
|
|
32
32
|
"type": "git",
|
|
33
|
-
"url": "https://github.com/fidensa/
|
|
33
|
+
"url": "https://github.com/fidensa/contract-pipeline.git",
|
|
34
|
+
"directory": "mcp-server"
|
|
34
35
|
},
|
|
35
36
|
"homepage": "https://fidensa.com",
|
|
36
37
|
"dependencies": {
|