Skip to main content
Glama

MCP Hub

by CodeHalwell

ShallowCodeResearch_code_runner_wrapper

Execute code strings or objects async in a sandbox environment, ensuring readiness and returning results or user-friendly errors. Integrates with MCP Hub for efficient code execution workflows.

Instructions

Wrapper for CodeRunnerAgent that uses async execution with warm pool. Ensures a sandbox is spawned if not already present, waits for readiness, and then executes the code. Provides user-friendly error messages. Returns: The execution result or user-friendly error message

Input Schema

NameRequiredDescriptionDefault
code_or_objNoThe code string or object to be executed

Input Schema (JSON Schema)

{ "properties": { "code_or_obj": { "description": "The code string or object to be executed", "type": "string" } }, "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/CodeHalwell/gradio-mcp-agent-hack'

If you have feedback or need assistance with the MCP directory API, please join our Discord server