Skip to content

chore: fix MCP directory configs#59

Open
tamish-max wants to merge 1 commit into
embercore-labs:mainfrom
tamish-max:chore/fix-mcp-directory-configs
Open

chore: fix MCP directory configs#59
tamish-max wants to merge 1 commit into
embercore-labs:mainfrom
tamish-max:chore/fix-mcp-directory-configs

Conversation

@tamish-max
Copy link
Copy Markdown

Summary

  • align mcp-server.json with the current embercore MCP entrypoint, tool list, and released version
  • replace the broken smithery.yaml path with a working stdio launcher and explicit Smithery config schema
  • update example MCP client configs to use the documented embercore-engine binary and current env vars

Testing

  • pnpm lint
  • pnpm test
  • pnpm build
  • node -e "const fs=require('fs'); const yaml=require('js-yaml'); const cfg=yaml.load(fs.readFileSync('smithery.yaml','utf8')); const fn=eval(cfg.startCommand.commandFunction); console.log(JSON.stringify(fn({anthropicApiKey:'test-key',anthropicBaseUrl:'https://example.com'}))); JSON.parse(fs.readFileSync('mcp-server.json','utf8'));"

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant