Skip to content

Commit d7e76b8

Browse files
chore: version packages (#66)
This PR was opened by the [Changesets release](https://github.com/changesets/action) GitHub action. When you're ready to do a release, you can merge this and the packages will be published to npm automatically. If you're not ready to do a release yet, that's fine, whenever you add more changesets to master, this PR will be updated. # Releases ## [email protected] ### Patch Changes - 47a979c: fix ### Patch Changes - Updated @coinbase/agentkit to v0.6.0 and removed override - Added ability to perform read-only operations without a SEED_PHRASE - Added anonymous telemetry to server --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: dschlabach <[email protected]>
1 parent 47a979c commit d7e76b8

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

.changeset/fresh-dolls-hope.md

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# base-mcp
22

3+
## 1.0.11
4+
35
### Patch Changes
46

57
- Updated @coinbase/agentkit to v0.6.0 and removed override

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "base-mcp",
3-
"version": "1.0.10",
3+
"version": "1.0.11",
44
"description": "A Model Context Protocol (MCP) server that provides onchain tools for Claude AI, allowing it to interact with the Base blockchain and Coinbase API",
55
"bin": {
66
"base-mcp": "build/index.js"

0 commit comments

Comments
 (0)