AlphOne 0.9.0
AlphOne answers AI agents over MCP (Model Context Protocol).
Added
POST /api/mcpserves four read only tools behind the samea1_API tokens:workload_summary,list_my_tasks,find_contactsandget_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 -handalphone --helpprint 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.