-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmcp.json
More file actions
17 lines (17 loc) · 1.08 KB
/
mcp.json
File metadata and controls
17 lines (17 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
"object": "mios.mcp.registry",
"version": "v1",
"endpoint": "http://localhost:8640/v1",
"schema_ref": "https://modelcontextprotocol.io/specification",
"manifest_path": "/usr/share/mios/ai/v1/mcp.json",
"note": "MCP servers consumed by /v1/responses as tools=[{type:'mcp', server_url:...}]. The base image ships ZERO baked MCP servers -- they are opt-in via /etc/mios/ai/v1/mcp.json overlay or by writing entries into a host-specific overlay. Operators add MCP servers at their own discretion; nothing here connects out without explicit configuration.",
"servers": [],
"x-mios": {
"vendor_default": "empty",
"overlay_paths": [
"/etc/mios/ai/v1/mcp.json",
"/var/home/$MIOS_USER/.config/mios/ai/v1/mcp.json"
],
"tools_native_to_hermes": "MiOS-Hermes (default sub-agent at :8642) ships its OWN tool catalog (terminal, web_search, browser_*, kanban_*, skill_*, memory_*, delegate_task, discord_send_message, ...) which is documented at /usr/share/mios/ai/v1/tools.json. MCP is the second surface, layered ON TOP for cross-agent / cross-host tool sharing."
}
}