MCP Server
MCP
datoon
Smart structured-data to TOON gateway: converts to TOON only when it saves LLM tokens.
Install
uvx datoon
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "datoon",
"version": "1.9.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"value": "datoon[mcp]",
"type": "named",
"name": "--from"
}
],
"packageArguments": [
{
"value": "mcp",
"type": "positional"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment