Skip to content

Commit b76d068

Browse files
authored
Merge pull request #11 from hyperweb-io/feat/interchainjs-eth-tool
feat: add interchainjs ETH MCP tool
2 parents c2b3ebe + 5732211 commit b76d068

File tree

12 files changed

+9494
-2605
lines changed

12 files changed

+9494
-2605
lines changed

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"scripts": {
77
"build": "tsc && npm run copy-prompts && chmod 755 build/index.js",
88
"copy-prompts": "./scripts/copy-prompts.sh",
9+
"categorize-snippets": "tsx src/interchainjs/scripts/categorize-snippets.ts",
910
"clean": "rimraf build",
1011
"test": "vitest",
1112
"test:watch": "vitest --watch",
@@ -45,4 +46,4 @@
4546
"js-yaml": "^4.1.0",
4647
"zod": "^3.24.2"
4748
}
48-
}
49+
}
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# How to update Interchainjs snippets
2+
3+
## Snippets files
4+
5+
- `_custom.txt` - Manually created snippets
6+
- `_generated.txt` - Auto-generated snippets from [Context 7](https://context7.com/hyperweb-io/interchainjs)
7+
- `common.txt` - Common snippets for all networks
8+
- `cosmos.txt` - Cosmos-specific snippets
9+
- `injective.txt` - Injective-specific snippets
10+
- `ethereum.txt` - Ethereum-specific snippets
11+
12+
## Steps to update snippets
13+
14+
1. Go to [Context 7](https://context7.com/hyperweb-io/interchainjs) and update the snippets
15+
2. Copy the snippets and paste them into the `_generated.txt` file
16+
3. Create snippets from other sources (e.g. examples in CIA) and paste them into the `_custom.txt` file
17+
4. Run `pnpm categorize-snippets` to categorize the snippets into the appropriate files

0 commit comments

Comments
 (0)