<feed xmlns='http://www.w3.org/2005/Atom'>
<title>claudomator.git/internal/api/chatbotmcp.go, branch main</title>
<subtitle>claudomator — task automation server
</subtitle>
<id>https://git.terst.org/claudomator.git/atom?h=main</id>
<link rel='self' href='https://git.terst.org/claudomator.git/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/'/>
<updated>2026-07-08T22:19:49+00:00</updated>
<entry>
<title>feat(api): add create_story/get_story/list_stories/accept_story to chatbot MCP</title>
<updated>2026-07-08T22:19:49+00:00</updated>
<author>
<name>Claudomator Agent</name>
<email>agent@claudomator</email>
</author>
<published>2026-07-08T22:19:49+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=46116500b757b176c15011329a52967b6010e24e'/>
<id>urn:sha1:46116500b757b176c15011329a52967b6010e24e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(api): chatbot-facing MCP server for task orchestration (Phase 3)</title>
<updated>2026-05-25T04:57:37+00:00</updated>
<author>
<name>Claude</name>
<email>noreply@anthropic.com</email>
</author>
<published>2026-05-25T04:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.terst.org/claudomator.git/commit/?id=e766b4c3ef13181ec6adf90ec4abe9db0129fab1'/>
<id>urn:sha1:e766b4c3ef13181ec6adf90ec4abe9db0129fab1</id>
<content type='text'>
Adds a chatbot-facing MCP server mounted at /chatbot/mcp, guarded by the shared
API bearer token (new config api_token, wired through SetAPIToken). Tools:
submit_task, list_tasks, get_task, get_events, answer_question, accept_task,
reject_task, cancel_task. submit_task creates and immediately queues a task,
resolving the repository URL from a named project when not given explicitly.

To keep the REST API and the MCP surface from drifting, the accept/reject/
cancel/answer operations are extracted into a shared service layer (taskops.go)
with typed errors mapped to REST status codes; the existing HTTP handlers now
delegate to it. The endpoint is only served when a token is configured and
presented as a bearer.

https://claude.ai/code/session_01SESwn7kQ7oP62trWw6pc39
</content>
</entry>
</feed>
