<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:content="http://purl.org/rss/1.0/modules/content/">
  <channel>
    <title>Mcp on Christian Roy</title>
    <link>https://christianroy.dev/tags/mcp/</link>
    <description>Recent content in Mcp on Christian Roy</description>
    <generator>Hugo -- 0.156.0</generator>
    <language>en-us</language>
    <lastBuildDate>Thu, 26 Mar 2026 00:00:00 +0000</lastBuildDate>
    <atom:link href="https://christianroy.dev/tags/mcp/index.xml" rel="self" type="application/rss+xml" />
    <item>
      <title>Asana&#39;s official Claude MCP connector can&#39;t create tasks in Claude Code CLI because its tools require interactive UI</title>
      <link>https://christianroy.dev/til/asana-mcp-create-task-claude-code-cli/</link>
      <pubDate>Thu, 26 Mar 2026 00:00:00 +0000</pubDate>
      <guid>https://christianroy.dev/til/asana-mcp-create-task-claude-code-cli/</guid>
      <description>&lt;p&gt;Asana&amp;rsquo;s official Claude connector uses a tool called &lt;code&gt;create_task_preview&lt;/code&gt; instead of
&lt;code&gt;create_task&lt;/code&gt;. The name suggests a preview, but it&amp;rsquo;s actually the primary creation tool
in the v2 integration. The catch: it requires an interactive UI to render a confirmation
step. Claude Code CLI can&amp;rsquo;t render that interface, so task creation silently fails.&lt;/p&gt;
&lt;p&gt;This was surfaced in the Asana forum after &lt;code&gt;create_task&lt;/code&gt; also went missing from v1 toolset
temporarily (Asana accidentally dropped it during a v2 update, now restored). Asana
confirmed the CLI issue separately and said they&amp;rsquo;re working on detecting whether the surface
supports interactivity before offering interactive tools. ETA: about a week from March 26.&lt;/p&gt;</description>
    </item>
    <item>
      <title>MCP servers support prompts as a first-class concept, separate from tools</title>
      <link>https://christianroy.dev/til/mcp-server-asana-1-1-0-prompts/</link>
      <pubDate>Tue, 03 Dec 2024 00:00:00 +0000</pubDate>
      <guid>https://christianroy.dev/til/mcp-server-asana-1-1-0-prompts/</guid>
      <description>&lt;p&gt;When I shipped mcp-server-asana 1.1.0, the headline addition wasn&amp;rsquo;t the six new
Asana tools (task dependencies, stories, subtasks, project sections). It was prompts.&lt;/p&gt;
&lt;p&gt;In the MCP protocol, prompts and tools are distinct concepts. Tools are individual
actions an LLM can invoke: create a task, add a dependency, fetch a comment. Prompts
are predefined conversation templates: parameterized, reusable starting points that
an MCP host can surface directly to users.&lt;/p&gt;
&lt;p&gt;The task-summary prompt added in 1.1.0 illustrates the difference. Instead of leaving
the LLM to figure out what to fetch and how to present it, the prompt defines a
scaffold: current status, key updates, blockers, next steps. The LLM gets structure,
not a blank page.&lt;/p&gt;</description>
    </item>
  </channel>
</rss>
