MCP 0.0.3
Agiflow MCP 0.0.3 guide
Review what Agiflow MCP 0.0.3 supports, then choose the smallest server scope and authentication method for your assistant.
Quick answer
Agiflow MCP 0.0.3 is the current connection contract for exposing scoped project work to compatible AI assistants. Start here for version behavior, then choose a server for the smallest useful access boundary.
What MCP 0.0.3 defines
Connection contract
Use the endpoint and authentication method documented for the selected Agiflow scope.
Access boundary
Organization, project, work-unit, and task servers expose different records and actions.
Live verification
Confirm the current scope and capabilities before relying on a read or write.
Give each task only the third-party tools it needs
MCP 0.0.3 can discover actions from organization-connected third-party MCP servers, attach an exact action set to a task, and execute only that approved set from any standard Agiflow MCP scope.
1. Find a suitable action
Call
find_connected_toolsfrom organization, project, or work-unit scope with the user's explicit intent. FollowhasMorewith the nextoffsetwhen more results exist.2. Attach the smallest set
Use
update_taskwith exact server IDs and tool names from discovery inmcpTools. The list replaces existing access. Omit it to keep access or pass an empty list to revoke all third-party tools.3. Verify allowed access
Call
get_taskand inspectallowedMcpTools. Each allowed entry includes the input schema needed to build execution arguments.4. Execute through the task permission
Use
task_execwith the approved server, tool, and schema-compliant arguments. Organization scope also requiresprojectIdandtaskId. Project and work-unit scopes requiretaskId. Task scope infers both. Generatedext__server__toolaliases remain task-scope shortcuts.