round3ai/three-dev
unversioned · d19757064e92MIT
Integrate three.dev into a codebase and work with recorded LLM traffic: route calls through the proxy, define use cases and quality metrics, investigate failure modes, and test prompt or model changes with offline experiments, using the three.dev MCP server.
MCP servers
Declared configuration, as published in mcp.json. The directory shows indexed content; it never connects to or executes these servers.
three-devstreamable-http
{
"type": "streamable-http",
"url": "https://mcp.three.dev/mcp"
}What this package declares
The files a client reads when it loads this plugin, exactly as this revision carries them.
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "three-dev",
"description": "Integrate three.dev into a codebase and work with recorded LLM traffic: route calls through the proxy, define use cases and quality metrics, investigate failure modes, and test prompt or model changes with offline experiments, using the three.dev MCP server.",
"author": {
"name": "round3",
"url": "https://three.dev"
},
"homepage": "https://docs.three.dev",
"repository": "https://github.com/round3ai/skills",
"license": "MIT",
"keywords": [
"three.dev",
"llm",
"proxy",
"observability",
"experiments",
"evaluation",
"ai-judge",
"mcp"
]
}
What else this package ships
These files come with the package and this site does not publish them. They are listed so you know what is there before you install it.
- LICENSE