Asana MCP (minor): Initial MCP connector with dynamic tool discovery#1029
Open
salatv-ai wants to merge 2 commits into
Open
Asana MCP (minor): Initial MCP connector with dynamic tool discovery#1029salatv-ai wants to merge 2 commits into
salatv-ai wants to merge 2 commits into
Conversation
added 2 commits
March 25, 2026 11:40
…and execution - auth.js: OAuth 2.1 + PKCE for Asana MCP Apps (resource parameter, no scopes) - mcp-commons.js: MCP Streamable HTTP client for mcp.asana.com/v2/mcp - ListTools: Helper component for dynamic tool discovery (tools/list) - CallTool: Universal tool execution with dynamic inspector - CallToolAI: AI-powered tool selection and execution scaffold
…ields} and new paginated {values} API response formats
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Initial scaffold for Asana MCP connector — integrates with Asana's official remote MCP server (v2).
Components
resource=https://mcp.asana.com/v2parameter. MCP app tokens are separate from standard Asana API tokens.tools/list, exports transforms for dynamic UIArchitecture
Same pattern as HubSpot MCP connector (PR #1028).
mcp-commons.jsis duplicated per vendor due to Appmixer's connector sandboxing.Key differences from standard Asana connector
appmixer:asanamcpauth service (MCP tokens ≠ API tokens)resourceparameter in OAuth flow identifies MCP serverOpen items
Refs