instantiateProject and createSection to Asana MCP Server

We’re using Claude’s Asana MCP connector to automate project creation from templates. Two critical API endpoints are missing from the MCP server:

  1. POST /project_templates/{gid}/instantiateProject — needed to create a project from an existing template, preserving all sections, tasks, subtasks, assignees, and custom fields

  2. POST /projects/{gid}/sections — needed to programmatically create sections within a project

Both endpoints exist in Asana’s REST API but are not exposed as MCP tools. Adding them would unlock full end-to-end project creation from templates via AI assistants. Please prioritize these for the MCP server.