@hypelens/hypelens-agent-rail 0.1.6 → 0.1.7
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/package.json +1 -1
- package/src/mcp.js +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@hypelens/hypelens-agent-rail",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.7",
|
|
4
4
|
"description": "Place Hyperliquid perps with hard safety gates (lev/coin/loss/crowded-liq). Thin MCPs place blind at 0bp. Senpi is ~5bp hosted. This rail: hard refuse at place + 1bp builder. MCP: npx @hypelens/hypelens-agent-rail.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"license": "MIT",
|
package/src/mcp.js
CHANGED
|
@@ -14,7 +14,7 @@ const wrap = (fn) => async (args) => {
|
|
|
14
14
|
};
|
|
15
15
|
|
|
16
16
|
export async function main() {
|
|
17
|
-
const server = new McpServer({ name: 'hypelens-agent-rail', version: '0.1.
|
|
17
|
+
const server = new McpServer({ name: 'hypelens-agent-rail', version: '0.1.7' });
|
|
18
18
|
|
|
19
19
|
server.tool('hl_quickstart',
|
|
20
20
|
'CALL FIRST: returns value_prop + install + gates (lev/coin/loss/crowded-liq) + builder_fee 1bp + agent_flow. Thin MCPs place blind at 0bp; Senpi ~5bp hosted; this rail hard-refuses at place.',
|