Skip to content

Commit 07b60f2

Browse files
author
Nick Pattengale
committed
initial commit of mcp interfaces, ledger has been tested, ontology has not (and not expected to work yet)
1 parent c7caedb commit 07b60f2

File tree

10 files changed

+2474
-0
lines changed

10 files changed

+2474
-0
lines changed

mcp_interfaces/.mcphost.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# MCPHost Configuration File
2+
# This is a working config for the ledger mcp
3+
4+
mcpServers:
5+
ledger:
6+
type: "local"
7+
command: ["node", "/home/ubuntu/journalmcp/ledger/build/index.js", "http://localhost:8192/.interface/", "${env://LEDGER_PASS}"]

mcp_interfaces/README

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
to build the ledger mcp interface,
2+
3+
1. cd ledger
4+
2. npm install
5+
3. npm run build
6+
7+
then you'll need to add a config so that mcphost can invoke the interface, in .mcphost.yml

0 commit comments

Comments
 (0)