What's New
Simplified Configuration
- No environment variables needed - just add to your MCP config and it works
- Firebase Functions URL is now built-in
Auto-Authentication
- When you use cart or profile features without being logged in, a browser window automatically opens for Kroger login
- No need to run
pantry-agent authmanually (though you still can)
Bug Fixes
- Fixed
npx @blanxlait/pantry-agentto start the server directly (was showing help before)
Upgrade
Simply update your MCP config - no env vars needed anymore:
{
"mcpServers": {
"pantry-agent": {
"command": "npx",
"args": ["-y", "@blanxlait/pantry-agent"]
}
}
}