We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fbc354a + f2b8074 commit f5c42a9Copy full SHA for f5c42a9
src/mcp_foundry/mcp_foundry_model/tools.py
@@ -231,7 +231,7 @@ def get_prototyping_instructions_for_github_and_labs(ctx: Context) -> str:
231
return f"Error fetching instructions from API: {response.status_code}"
232
233
copilot_instructions = response.json()
234
- return copilot_instructions["resource"]
+ return copilot_instructions["resource"]["content"]
235
236
@mcp.tool()
237
def get_model_quotas(subscription_id: str, location: str) -> list[dict]:
0 commit comments