@gesslar/fluffos-mcp 0.1.1 → 0.1.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +5 -1
  2. package/package.json +6 -2
package/README.md CHANGED
@@ -2,6 +2,10 @@
2
2
 
3
3
  **Real driver validation for LPC development** - An MCP server that wraps FluffOS CLI tools to provide actual driver-level validation and debugging.
4
4
 
5
+ <a href="https://glama.ai/mcp/servers/@gesslar/fluffos-mcp">
6
+ <img width="380" height="200" src="https://glama.ai/mcp/servers/@gesslar/fluffos-mcp/badge" alt="FluffOS Server MCP server" />
7
+ </a>
8
+
5
9
  This MCP server exposes FluffOS's powerful CLI utilities (`symbol` and `lpcc`) to AI assistants, enabling them to validate LPC code against the actual driver and examine compiled bytecode.
6
10
 
7
11
  ## What This Enables
@@ -252,6 +256,6 @@ PRs welcome! This is a simple wrapper that can be extended with more FluffOS too
252
256
  - **FluffOS Team** - For the amazing driver and CLI tools
253
257
  - [Model Context Protocol](https://modelcontextprotocol.io/) - Making this integration possible
254
258
 
255
- ## License
259
+ ## ~~License~~
256
260
 
257
261
  Unlicense - Public Domain. Do whatever you want with this code.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gesslar/fluffos-mcp",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "MCP server for FluffOS driver tools - validate and disassemble LPC code",
5
5
  "main": "src/index.js",
6
6
  "type": "module",
@@ -23,7 +23,11 @@
23
23
  "lpc",
24
24
  "mud",
25
25
  "mcp",
26
- "model-context-protocol"
26
+ "model-context-protocol",
27
+ "kraft",
28
+ "dinner",
29
+ "white",
30
+ "cheddar"
27
31
  ],
28
32
  "author": "gesslar",
29
33
  "license": "Unlicense",