levelbox-mcp 0.1.0 → 0.1.1
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/LICENSE +1 -1
- package/README.md +5 -1
- package/package.json +7 -1
package/LICENSE
CHANGED
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# levelbox-mcp
|
|
2
2
|
|
|
3
|
-
Open-source MCP bridge for **levelbox.ai** — connect your AI assistant (Claude Desktop, Claude Code, etc.) to the remote levelbox wheel screener over Model Context Protocol.
|
|
3
|
+
Open-source MCP bridge for **[levelbox.ai](https://levelbox.ai)** — connect your AI assistant (Claude Desktop, Claude Code, etc.) to the remote levelbox wheel screener over Model Context Protocol.
|
|
4
4
|
|
|
5
5
|
This is a **client/bridge** that lets AI agents access the levelbox screener tools, not a server.
|
|
6
6
|
|
|
@@ -145,3 +145,7 @@ MIT — see LICENSE.
|
|
|
145
145
|
## Repository
|
|
146
146
|
|
|
147
147
|
https://github.com/danielkoh/levelbox-mcp
|
|
148
|
+
|
|
149
|
+
## About
|
|
150
|
+
|
|
151
|
+
Built and maintained by **[levelbox.ai](https://levelbox.ai)** — the options wheel screener that helps you get paid to wait for your price. Learn more at [levelbox.ai](https://levelbox.ai).
|
package/package.json
CHANGED
|
@@ -1,7 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "levelbox-mcp",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.1",
|
|
4
4
|
"description": "Open-source MCP bridge for levelbox.ai — connect your AI assistant to the levelbox wheel screener.",
|
|
5
|
+
"author": "levelbox.ai (https://levelbox.ai)",
|
|
6
|
+
"homepage": "https://levelbox.ai",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/danielkoh/levelbox-mcp.git"
|
|
10
|
+
},
|
|
5
11
|
"license": "MIT",
|
|
6
12
|
"type": "module",
|
|
7
13
|
"bin": {
|