Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
37 commits
Select commit Hold shift + click to select a range
646c5be
feat(mcp-dkg+cli): wave-1 V10 MCP consolidation — keeper additions
May 4, 2026
d834825
feat(adapter-autoresearch): repoint to mcp-dkg loader contract
May 4, 2026
664218e
feat(mcp-dkg): surface CG + trustWeight + path on memory_search hits
May 4, 2026
565cb92
refactor(mcp-dkg): align 3 tools to SKILL.md canonical names
May 4, 2026
97c8383
refactor(mcp-dkg): drop 10 V9-era and coding-project tools
May 4, 2026
a929ce8
feat(mcp-dkg): implement 9 audit-locked tools (post-wave-2 surface = 21)
May 4, 2026
0099f96
refactor(mcp-dkg): align 4 tool descriptions to audit v1.1 verbatim l…
May 4, 2026
408f683
refactor(mcp-dkg): align dkg_sub_graph_create + dkg_subscribe to audi…
May 4, 2026
3465c86
refactor(mcp-dkg): revert dkg_sub_graph_create to strict per parity-a…
May 4, 2026
5bcd792
refactor(mcp-dkg): re-align dkg_sub_graph_create to idempotent (final…
May 4, 2026
98fff7f
chore(mcp-dkg): R2 sweep starter ontologies for V9-era tool refs
May 4, 2026
0e7abdf
chore(mcp-dkg+cursor): R3 reduce capture-chat hook to V10 chat-turn c…
May 4, 2026
19cdf87
chore(repo): R4 sweep V9 cruft (#21 wave-2-D)
May 4, 2026
26b49b3
test(mcp-dkg): add wave-1+wave-2 tool fixtures (#23 wave-3-A)
May 4, 2026
e812e56
chore(v10-mcp): align CI + CLAUDE.md + package metadata for mcp-serve…
May 4, 2026
9b23490
feat(v10-mcp): delete legacy packages/mcp-server (V10 keeper consolid…
May 4, 2026
fc2f56b
docs(mcp-dkg): restore migration-context JSDoc on adapters.ts loader
May 4, 2026
a559cc7
docs(plans): restore historical-record references per Option B ruling
May 4, 2026
283e8f2
docs(plans): re-apply line-by-line scrubs per team-lead's wave-3-fina…
May 4, 2026
20cdb59
test(mcp-dkg): qa follow-ups — drop-sweep + read-side regex-scope guard
May 4, 2026
4a4869e
test(mcp-dkg): add drop-sweep + read-side regex guards
May 4, 2026
e1b673d
revert: drop e3e8eb75 in favor of qa-engineer's superior ebbdba28
May 4, 2026
afcf184
docs(readme): unify Quick Start with parallel-depth on-ramp recipes (…
May 4, 2026
7072e72
docs(mcp-dkg): rewrite README to canonical V10 form (W5-A)
May 4, 2026
6578eef
feat(cli): bundle init + daemon-start into `dkg mcp setup` for 2-comm…
May 4, 2026
d7f970a
docs(readme): collapse MCP setup to 2-command flow (post-#30)
May 4, 2026
c6bd5d6
docs(mcp-dkg): collapse Install section to 2-command flow (post-#30)
May 4, 2026
ac0f23f
fix(mcp-dkg): complete schema migration sweep — get_entity + list_act…
May 4, 2026
6cc0180
fix(mcp-dkg): surface daemon already-exists signal on context_graph_c…
May 4, 2026
9a41ea6
fix(cli): reconcile mcp-setup port read-back across both branches (F6)
May 4, 2026
b2e9d56
fix(mcp-dkg): replace fragile already-registered substring with typed…
May 4, 2026
28b180b
fix(mcp-dkg): echo chainId on publish responses (F3 + F13)
May 4, 2026
f864b5c
fix(mcp-dkg): pin accessPolicy schema-shape locks to daemon canonical…
May 4, 2026
3fd7e62
fix(cli): decouple mcp-setup funding from shouldStart; probe daemon r…
May 4, 2026
24f9fc8
fix(mcp-dkg/test): correct harness to mirror production MCP SDK parse…
May 4, 2026
07324a8
chore(mcp-dkg): polish — descriptions, JSDoc, dry-run port preview, f…
May 4, 2026
1190795
fix(rebase): clean conflict markers leaked into rebased package.json
May 6, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 1 addition & 13 deletions .cursor/hooks.json
Original file line number Diff line number Diff line change
@@ -1,19 +1,7 @@
{
"version": 1,
"_comment": "DKG chat-capture hooks. When you open dkg-v9 as a Cursor workspace, every conversation turn is auto-promoted to the chat sub-graph of the project pinned in .dkg/config.yaml. The underlying script lives at packages/mcp-dkg/hooks/capture-chat.mjs — this file is just the Cursor wiring. See packages/mcp-dkg/README.md for details on .dkg/config.yaml and claude-code mirror setup.",
"_comment": "DKG chat-capture hooks. When you open dkg-v9 as a Cursor workspace, every conversation turn is auto-promoted to the chat sub-graph of the project pinned in .dkg/config.yaml. The underlying script lives at packages/mcp-dkg/hooks/capture-chat.mjs — this file is just the Cursor wiring. The V9 sessionStart/sessionEnd hooks were retired in #21 (no V10-relevant work to do; chat:Session triples are bootstrapped lazily on the first afterAgentResponse).",
"hooks": {
"sessionStart": [
{
"command": "node packages/mcp-dkg/hooks/capture-chat.mjs sessionStart",
"failClosed": false
}
],
"sessionEnd": [
{
"command": "node packages/mcp-dkg/hooks/capture-chat.mjs sessionEnd",
"failClosed": false
}
],
"beforeSubmitPrompt": [
{
"command": "node packages/mcp-dkg/hooks/capture-chat.mjs beforeSubmitPrompt",
Expand Down
52 changes: 0 additions & 52 deletions .cursor/rules/dkg-annotate.mdc

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -417,7 +417,7 @@ jobs:
run: |
pnpm \
--filter @origintrail-official/dkg-epcis \
--filter @origintrail-official/dkg-mcp-server \
--filter @origintrail-official/dkg-mcp \
--filter @origintrail-official/dkg-network-sim \
--filter @origintrail-official/dkg-graph-viz \
--filter @origintrail-official/dkg-adapter-autoresearch \
Expand Down
107 changes: 0 additions & 107 deletions AGENTS.md

This file was deleted.

8 changes: 4 additions & 4 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ This repository uses a **Decentralized Knowledge Graph (DKG)** for multi-agent d

## Setup

The DKG MCP server must be configured in your MCP settings:
The MCP server is now reachable via `dkg mcp serve` (the umbrella `dkg` CLI subcommand on PATH after `npm install -g @origintrail-official/dkg`). Configure your MCP settings:

```json
{
"mcpServers": {
"dkg": {
"command": "node",
"args": ["packages/mcp-server/dist/index.js"]
"command": "dkg",
"args": ["mcp", "serve"]
}
}
}
Expand Down Expand Up @@ -180,4 +180,4 @@ All classes and properties use the `devgraph:` namespace (`https://ontology.dkg.
| `Class` | An exported class |
| `Contract` | A Solidity smart contract |

The full ontology is at `packages/mcp-server/schema/dev-paranet.ttl`.
The full ontology is at `packages/mcp-dkg/schema/dev-context-graph.ttl`.
Loading
Loading