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

@@ -5,5 +5,6 @@ export default defineConfig({
globals: true,
environment: 'node',
passWithNoTests: true,
exclude: ['**/node_modules/**', '**/dist/**'],
},
});