@vettly/mcp 0.1.3 → 0.1.4

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.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # @vettly/mcp
2
2
 
3
- MCP (Model Context Protocol) server for Vettly decision API. Enables AI assistants like Claude to evaluate content, validate policies, and review decisions.
3
+ MCP server for Vettly decision infrastructure. Enables AI assistants to make governed, auditable decisions under explicit policy.
4
4
 
5
5
  ## Installation
6
6
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vettly/mcp",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "mcpName": "io.github.code-with-brian/vettly",
5
5
  "description": "MCP server for Vettly decision API. AI-powered content decisions with policy governance.",
6
6
  "type": "module",
@@ -52,7 +52,7 @@
52
52
  "license": "MIT",
53
53
  "repository": {
54
54
  "type": "git",
55
- "url": "https://github.com/brian-nextaura/vettly-docs.git",
55
+ "url": "https://github.com/nextauralabs/vettly-docs.git",
56
56
  "directory": "packages/mcp"
57
57
  },
58
58
  "homepage": "https://vettly.dev",
@@ -60,7 +60,7 @@
60
60
  "access": "public"
61
61
  },
62
62
  "bugs": {
63
- "url": "https://github.com/brian-nextaura/vettly-docs/issues"
63
+ "url": "https://github.com/nextauralabs/vettly-docs/issues"
64
64
  },
65
65
  "dependencies": {
66
66
  "@modelcontextprotocol/sdk": "^1.12.0",