{"id":51052521,"url":"https://github.com/softchris/mmm","last_synced_at":"2026-06-22T18:31:27.691Z","repository":{"id":308610277,"uuid":"1033420315","full_name":"softchris/MMM","owner":"softchris","description":"a mystery adventure involving MCP","archived":false,"fork":false,"pushed_at":"2025-08-15T18:26:19.000Z","size":50764,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-08T22:52:20.522Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/softchris.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2025-08-06T19:37:09.000Z","updated_at":"2025-08-15T18:26:23.000Z","dependencies_parsed_at":"2025-08-06T22:17:04.317Z","dependency_job_id":"2d1a8c62-5b87-4b44-92a7-41e2d6e0ab53","html_url":"https://github.com/softchris/MMM","commit_stats":null,"previous_names":["softchris/mmm"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/softchris/MMM","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softchris%2FMMM","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softchris%2FMMM/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softchris%2FMMM/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softchris%2FMMM/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/softchris","download_url":"https://codeload.github.com/softchris/MMM/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/softchris%2FMMM/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34661702,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-22T02:00:06.391Z","response_time":106,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-22T18:31:27.564Z","updated_at":"2026-06-22T18:31:27.683Z","avatar_url":"https://github.com/softchris.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# MMM\na mystery adventure involving MCP\n\n## 🕵️ Main Story:\"Murder at Château de Verre\"\nIn the misty hills of Provence, the grand Château de Verre stands as a relic of aristocratic opulence. It’s 1923, and the mansion hosts a lavish soirée to celebrate the return of famed explorer Lucien Moreau, who has just returned from a perilous expedition in Egypt. But as the clock strikes midnight, Lucien is found dead in his study—poisoned wine in hand, a cryptic note beside him:“The past always returns.”\n\nThe guests are trapped in the mansion due to a storm. You, the player, take on the role of an investigator connected to the MCP Server. Your mission: collect clues (resources), ask the right questions (prompt templates), and take decisive actions to uncover the murderer before dawn.\n\n\u003cdiv\u003e\n\u003cimg src=\"./images/bg.png\" alt=\"Background image, chateau de Verre, 1920\" width=600\u003e\n\n\u003c/div\u003e\n\n## 🏰 Setting: Château de Verre Rooms: \n\n- Study (crime scene) \n- Library (clues)\n- Conservatory (secret meetings)\n- Cellar (hidden passage)\n- Ballroom (alibis)\n- Servants’ Quarters (eavesdropping).\n\nAtmosphere: Candlelit halls, thunder outside, ticking clocks, and whispers of betrayal.\n\n## 🧠 Game Mechanics (TypeScript + MCP Server)\nClue Collection: Use MCP to fetch resources (e.g., diary entries, letters, fingerprints).\n\n### Prompt Templates: Ask questions like:\n\n```python\nask_character(\"Éloise Moreau\", \"Where were you at midnight?\");\nask_Character(\"Henri Duval\", \"Do you recognize this poison?\");\n```\n\n### Actions:\n\n```python\ntake_action(\"Search Study\");\ntake_action(\"Analyze Wine Glass\");\ntake_action(\"Confront Madeleine Rousseau\");\n```\n\nMCP Context Protocol: Each clue updates the context window. You must manage context size and relevance to avoid losing critical information.\n\n## playing it\n\n**Via VS Code**\n\n```json\n\"my-mcp-server-c9913e11\": {\n    \"type\": \"stdio\",\n    \"command\": \"python\",\n    \"args\": [\"/workspaces/MMM/src/python/server.py\"]\n}\n```\n\n**Using the client**\n\n```sh\ncd src/python/server.py\npython client.py\n```\n\n**Website**\n\nStart `index.html` in `/src`\n\n\nTIP: you might need to install \"mcp[cli]\".\n\n\n## TODO \n\n\n- todo: accuse button, accuse person with item, if correct, they confess\nif incorrect, they will give angry response\nitems can only be selected from list\ntodo: display clue, for a room if character has a clue\n  o when an item is selected, you can select to pick them up\n  o create an inventory of items\n  o if you click \"accuse\" your list of inventory items should be shown\n  o if guilty person + correct murder weapon is combined then you will get confession\n\n- preload all assets before game starts\n- create mini images of people and items\n\n- can we add animations in places\n- can we add a list of characters to the starter page?","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftchris%2Fmmm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsoftchris%2Fmmm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsoftchris%2Fmmm/lists"}