feat(transport): register all 9 tools and add HTTP transport

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-Claude)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-03-10 17:22:46 +00:00
parent 73e59412b4
commit 0af3af3ff2
5 changed files with 102 additions and 6 deletions

View File

@@ -10,7 +10,8 @@
"dev": "tsx src/index.ts",
"test": "vitest run",
"test:watch": "vitest",
"typecheck": "tsc --noEmit"
"typecheck": "tsc --noEmit",
"start:http": "MCP_TRANSPORT=http node dist/index.js"
},
"keywords": [],
"author": "",