Semantic Kernel Integration with MCP Gateway¶
Semantic Kernel is a Microsoft OSS framework for building AI-first apps.
π§ MCP Integration¶
Support for external tools via REST allows you to call MCP tools from SK plugins using HttpFunction
.
Define a plugin that points to MCP Gateway's /tools/invoke
and pass arguments as JSON.