MCP - AI Agent Example
Last updated
Was this helpful?
Was this helpful?
feast init . cd feature_repo
feast apply
cd .. # Go back to examples/mcp_feature_store for the next stepsfeast serve --host 0.0.0.0 --port 6566INFO:feast.feature_server:MCP support has been enabled for the Feast feature serverfeature_server:
type: mcp # Use MCP feature server type
enabled: true # Enable feature server
mcp_enabled: true # Enable MCP protocol support
mcp_server_name: "feast-feature-store"
mcp_server_version: "1.0.0"