feat: add MCP routing preamble to wandb skill - #2
Open
ash0ts wants to merge 1 commit into
Open
Conversation
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
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
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
descriptionto mention Weave traces and MCP server## Tool accesssection with MCP server (recommended) and SDK fallback## Quick startto## Quick start (SDK)to clarify it's the SDK pathTesting
This content is tested by the
skill-routing-validationtask in WandBAgentFactory (PR wandb/WandBAgentFactory#4). That task runs on bothcodex-mcp-staging(should use MCP tools) andcodex(should use SDK) and validates the agent follows the correct path.Context
Part of the v0.2.0 release candidate:
Made with Cursor