Skip to content

Commit 9bfbfda

Browse files
committed
bump
1 parent 023fe40 commit 9bfbfda

3 files changed

Lines changed: 16 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# @nearai/near-mcp
22

3+
## 0.0.33
4+
5+
### Patch Changes
6+
7+
- General fixes
8+
39
## 0.0.32
410

511
### Patch Changes

TOOLS.md

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -91,12 +91,17 @@
9191
}
9292
},
9393
{
94-
"name": "system_search_popular_fungible_token_contracts",
95-
"description": "\nSearch for popular fungible token contract information on the NEAR blockchain, with a grep-like search.\nUse this tool to search for popular fungible token contract information. This tool works by 'grepping'\nthrough a list of contract information JSON objects. Useful for getting contract information about popular\ntokens like USDC native, USDT, WNEAR, and more.",
94+
"name": "system_search_fungible_token_contracts_info",
95+
"description": "\nSearch for fungible token contract information on the NEAR blockchain, with a grep-like search.\nUse this tool to search for fungible token contract information. This tool works by 'grepping'\nthrough a list of contract information JSON objects. Be careful with this tool, it can return a lot of results.\nIf used too much, it could overwhelm the API and cause issues.",
9696
"args": {
97-
"searchPattern": {
97+
"searchTerm": {
9898
"type": "string",
99-
"description": "The grep search pattern to use for filtering popular fungible token contract information."
99+
"description": "The search term to use for finding fungible token contract information."
100+
},
101+
"maxNumberOfResults": {
102+
"type": "number",
103+
"default": 3,
104+
"description": "The maximum number of results to return. This is a limit to the number of results returned by the API. Keep this number low to avoid overwhelming the API."
100105
}
101106
}
102107
},

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nearai/near-mcp",
3-
"version": "0.0.32",
3+
"version": "0.0.33",
44
"description": "MCP server for interacting with Near Blockchain",
55
"homepage": "https://github.com/near-ai/near-mcp",
66
"repository": {

0 commit comments

Comments
 (0)