-
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) · 1.06 KB
/
server.json
File metadata and controls
32 lines (32 loc) · 1.06 KB
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.blackwell-systems/knowing",
"version": "0.1.0",
"description": "Content-addressed code graph with 22 MCP tools for AI agents.",
"repository": {
"url": "https://github.com/blackwell-systems/knowing",
"source": "github"
},
"packages": [
{
"registryType": "npm",
"identifier": "@blackwell-systems/knowing",
"version": "0.1.0",
"runtime": "node",
"runtime_arguments": [],
"package_arguments": ["mcp", "-db", "knowing.db"],
"environment_variables": [],
"transport": {
"type": "stdio"
}
}
],
"tools": [
"index_repo", "graph_query", "repo_graph", "cross_repo_callers",
"blast_radius", "trace_dataflow", "flow_between", "stale_edges",
"snapshot_diff", "semantic_diff", "pr_impact", "ownership",
"runtime_traffic", "dead_routes", "trace_stats",
"context_for_task", "context_for_files", "context_for_pr",
"test_scope", "communities", "plan_turn", "feedback"
]
}