nat-mcp-and-serving
द्वारा nvidia
NeMo Agent Toolkit वर्कफ़्लो को सर्व करते समय, FastAPI के माध्यम से वर्कफ़्लो को एक्सपोज़ करते समय, MCP क्लाइंट या सर्वर कॉन्फ़िगर करते समय, या ट्रांसपोर्ट और सर्वर समस्या निवारण करते समय उपयोग करें।
npx skills add https://github.com/nvidia/nemo-agent-toolkit --skill nat-mcp-and-servingNeMo Agent Toolkit MCP and Serving
Use this skill when a workflow needs to call remote MCP tools or be served as an API.
Workflow
- Read the reference for the protocol or server target.
- Keep serving configuration separate from workflow logic where possible.
- Validate locally with a small request before adding deployment details.
- Prefer documented
nat serveandnat startcommands over ad hoc servers.
References
references/mcp.mdreferences/fastapi-frontend.md