Skip to content

v0.2.0

Latest

Choose a tag to compare

@niemesrw niemesrw released this 05 Feb 15:45
· 25 commits to main since this release

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 auth manually (though you still can)

Bug Fixes

  • Fixed npx @blanxlait/pantry-agent to 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"]
    }
  }
}