Back to Home
TobiWan1995 icon

fsm-mcp-python-examples

Verified Safe

by TobiWan1995

Overview

A text-based dungeon crawler demonstrating state-aware applications using the FSM MCP SDK.

Installation

Run Command
python -m src.crossroads.server

Security Notes

The main 'crossroads' server correctly implements session-scoped context, preventing data leakage between users. Hardcoded 'secrets' (game key IDs, test PIN '1234') are for game logic/testing purposes only and are not sensitive production credentials. No 'eval' or other direct code execution vulnerabilities are apparent. The 'lowlevel_test' files use global state, but are explicitly labeled as simplified examples/tests and not the main multi-user application.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens400
Stars0
Forks0
Last Update2025-12-10

Tags

GameFSMDungeon CrawlerState MachineSDK Example