MCP Server
MCP
JSON Contracts
JSON contract registry and validator for structured LLM and agent outputs.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "json-contracts",
"version": "0.1.2",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Folder containing JSON contract files. Defaults to ./json-contracts.",
"format": "filepath",
"name": "JSON_CONTRACTS_DIR"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment