MCP Server
MCP
Intent-Verified Development (IVD)
33 tools that make AI write, implement, and verify intent against explicit, testable constraints.
Configuration Example
{
"remotes": [
{
"type": "streamable-http",
"url": "https://mcp.ivdframework.dev/mcp",
"headers": [
{
"description": "API key for the IVD hosted server. Request one at https://ivdframework.dev.",
"isRequired": true,
"format": "string",
"value": "Bearer {api_key}",
"isSecret": true,
"name": "Authorization"
}
],
"variables": {
"api_key": {
"description": "Your IVD API key. Request one at https://ivdframework.dev.",
"isRequired": true,
"format": "string",
"isSecret": true
}
}
}
],
"packages": []
}
mcp
model-context-protocol
streamable-http
By
Comments
Sign in to leave a comment