[GH-ISSUE #11] get_saved_cards returns empty array despite cards being saved on account #2

Closed
opened 2026-02-27 15:56:45 +03:00 by kerem · 0 comments
Owner

Originally created by @daggerhashimoto on GitHub (Feb 2, 2026).
Original GitHub issue: https://github.com/rersozlu/food402/issues/11

Description

When calling the get_saved_cards tool, it returns an empty array even though the account has payment cards saved on tgoyemek.com.

Steps to Reproduce

  1. Save a payment card on tgoyemek.com
  2. Use the MCP server to call get_saved_cards
  3. Response returns { "cards": [], "hasCards": false }

Expected Behavior

The saved cards should be returned (masked) so they can be used with place_order.

Environment

  • food402 version: 1.1.4
  • Transport: stdio (npx -y food402)
  • Account has cards saved and visible on the TGO Yemek website/app
Originally created by @daggerhashimoto on GitHub (Feb 2, 2026). Original GitHub issue: https://github.com/rersozlu/food402/issues/11 ## Description When calling the `get_saved_cards` tool, it returns an empty array even though the account has payment cards saved on tgoyemek.com. ## Steps to Reproduce 1. Save a payment card on tgoyemek.com 2. Use the MCP server to call `get_saved_cards` 3. Response returns `{ "cards": [], "hasCards": false }` ## Expected Behavior The saved cards should be returned (masked) so they can be used with `place_order`. ## Environment - food402 version: 1.1.4 - Transport: stdio (npx -y food402) - Account has cards saved and visible on the TGO Yemek website/app
kerem closed this issue 2026-02-27 15:56:45 +03:00
Sign in to join this conversation.
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/food402#2
No description provided.