@falconer/mcp-linux-x64 0.1.4 → 0.1.5
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.
- package/README.md +12 -0
- package/falconer-mcp +0 -0
- package/package.json +1 -1
package/README.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# @falconer/mcp-linux-x64
|
|
2
|
+
|
|
3
|
+
Platform binary for the Falconer MCP server on Linux x64.
|
|
4
|
+
|
|
5
|
+
Most users should install or run the main MCP package instead:
|
|
6
|
+
|
|
7
|
+
```bash
|
|
8
|
+
npx @falconer/mcp@latest
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
This package is installed automatically as an optional dependency of
|
|
12
|
+
`@falconer/mcp` on supported systems.
|
package/falconer-mcp
CHANGED
|
Binary file
|