Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
11 changes: 11 additions & 0 deletions .changeset/mcp-split-tools.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
---
'@colony/mcp-server': patch
---

Split `apps/mcp-server/src/server.ts` into eight per-tool-group modules
under `src/tools/` (search, hivemind, task, handoff, proposal, profile,
wake, plus shared/context/heartbeat helpers). `buildServer()` is now a
small registration list that calls `register(server, ctx)` on each
group in the same order the tools appeared in the pre-split file.
Behavior is unchanged — all 17 mcp-server tests (InMemory MCP client
hitting every tool + task-thread suites) pass without modification.
Loading
Loading