MCP: agents now see projects shared with you
Fixed a gap in the deploysapp-mcp server (v0.6.1): list_projects only returned projects you own. An agent authenticated as a team member therefore couldn't discover the projects shared with it — and since every follow-up tool needs a projectId, the whole integration looked dead for collaborators.
list_projects now returns owned and shared projects in one list, each tagged with isShared and your myRole (owner / maintainer / developer / viewer) so the agent knows what it may do where.
We also tightened project-scoped API keys: a key limited to specific projects no longer reveals other projects merely shared with the key's owner.
Update your MCP config to pin [email protected] to pick this up.