@gesslar/fluffos-mcp 0.1.2 → 0.1.3

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -253,8 +253,8 @@ PRs welcome! This is a simple wrapper that can be extended with more FluffOS too
253
253
 
254
254
  ## Credits
255
255
 
256
- - **FluffOS Team** - For the amazing driver and CLI tools
257
- - [Model Context Protocol](https://modelcontextprotocol.io/) - Making this integration possible
256
+ - [**FluffOS Team**](<https://github.com/fluffos/fluffos>) - For the amazing driver and CLI tools
257
+ - [**Model Context Protocol**](<https://modelcontextprotocol.io/>) - Making this integration possible
258
258
 
259
259
  ## ~~License~~
260
260
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gesslar/fluffos-mcp",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "MCP server for FluffOS driver tools - validate and disassemble LPC code",
5
5
  "main": "src/index.js",
6
6
  "type": "module",