-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathserver.json
More file actions
32 lines (32 loc) · 869 Bytes
/
Copy pathserver.json
File metadata and controls
32 lines (32 loc) · 869 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.kioie/facet",
"title": "Facet",
"description": "Task-aware MCP tool router for coding agents. Routes token-budgeted tool subsets per subtask.",
"version": "0.1.7",
"websiteUrl": "https://github.com/kioie/facet",
"repository": {
"url": "https://github.com/kioie/facet",
"source": "github",
"id": "1270879259"
},
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@kioie/facet",
"version": "0.1.7",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"runtimeArguments": [
{
"type": "named",
"name": "mcp",
"description": "Run Facet MCP server"
}
]
}
]
}