Skip to content

feat: add MCP routing preamble to wandb skill - #2

Open
ash0ts wants to merge 1 commit into
mainfrom
feat/mcp-routing
Open

feat: add MCP routing preamble to wandb skill#2
ash0ts wants to merge 1 commit into
mainfrom
feat/mcp-routing

Conversation

@ash0ts

@ash0ts ash0ts commented Mar 3, 2026

Copy link
Copy Markdown
Contributor

Summary

Adds MCP-preferred routing to the existing wandb skill. When MCP tools are available, the skill tells the agent to use them. When not, falls back to SDK patterns (unchanged).

Changes

  • Updated description to mention Weave traces and MCP server
  • Added ## Tool access section with MCP server (recommended) and SDK fallback
  • Renamed ## Quick start to ## Quick start (SDK) to clarify it's the SDK path
  • All existing SDK patterns unchanged

Testing

This content is tested by the skill-routing-validation task in WandBAgentFactory (PR wandb/WandBAgentFactory#4). That task runs on both codex-mcp-staging (should use MCP tools) and codex (should use SDK) and validates the agent follows the correct path.

Context

Part of the v0.2.0 release candidate:

Made with Cursor

Adds a 'Tool access' section that tells agents to prefer MCP tools
when available, with SDK as fallback. Updates the description to
mention Weave traces and MCP server.

The MCP section lists the 6 available tools by name so agents
know what to call. The SDK section is unchanged -- all existing
wandb.Api() patterns remain.

This is the content tested by WandBAgentFactory's
skill-routing-validation task (PR wandb/WandBAgentFactory#4).

Made-with: Cursor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant