Skip to content

AlphOne 0.9.0

Choose a tag to compare

@SirLouen SirLouen released this 11 Aug 16:35
· 363 commits to main since this release
db63162

AlphOne answers AI agents over MCP (Model Context Protocol).

Added

  • POST /api/mcp serves four read only tools behind the same a1_ API tokens: workload_summary, list_my_tasks, find_contacts and get_contact. Each runs a curated GraphQL operation in process, so auth, scoping and the complexity cap stay in the graph. See AI agents.
  • alphone help, alphone -h and alphone --help print usage and exit.

Fixed

  • An unknown subcommand is refused instead of quietly starting a server.
  • Capped counts follow the graph's own paging, so exactly 200 open tasks no longer reads as capped.

Notes

  • Tools answer structured data, never a written sentence. The wording of an answer is the agent's.
  • Task lists carry only the token owner's work. Contact answers span every user, the same way the contact page does, and each task names its assignee.
  • Claude Code and the Agent SDK connect today. The claude.ai and Claude Desktop connectors need OAuth (Open Authorization), which is not in this release.
  • Gherkin specification introduced in the project, driven by godog against a real server on a real database.