bee-agent-framework icon indicating copy to clipboard operation
bee-agent-framework copied to clipboard

feat(adapters): add MCP serve

Open xjacka opened this issue 9 months ago • 0 comments

Description

Add MCP serve function

Checklist

General

Code quality checks

  • [x] Linting passes: Python poe lint or poe lint --fix / TypeScript yarn lint or yarn lint:fix
  • [x] Formatting is applied: Python poe format or poe format --fix / TypeScript: yarn format or yarn format:fix
  • [ ] Static type checks pass: Python poe type-check

Testing

  • [x] Unit tests pass: Python poe test --type unit / TypeScript yarn test:unit
  • [ ] E2E tests pass: Python poe test --type e2e / TypeScript: yarn test:e2e
  • [ ] Integration tests pass: Python poe test --type integration
  • [ ] Tests are included (for bug fixes or new features)

Documentation

  • [ ] Documentation is updated
  • [ ] Embedme embeds code examples in docs. To update after edits, run: Python poe docs --type build

xjacka avatar May 28 '25 14:05 xjacka