Skip to content

Commit c362206

Browse files
authored
chore: release version 1.0.8 (#40)
2 parents 9778631 + ccd243f commit c362206

File tree

4 files changed

+4
-12
lines changed

4 files changed

+4
-12
lines changed

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "base-mcp",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
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"

src/tools/nft/index.ts

-8
Original file line numberDiff line numberDiff line change
@@ -2,14 +2,6 @@ import { generateTool } from '../../utils.js';
22
import { listNftsHandler, transferNftHandler } from './handlers.js';
33
import { ListNftsSchema, TransferNftSchema } from './schemas.js';
44

5-
// Re-export utility functions for use elsewhere in the codebase
6-
export {
7-
fetchNftsFromAlchemy,
8-
formatNftData,
9-
detectNftStandard,
10-
transferNft,
11-
} from './utils.js';
12-
135
export const listNftsTool = generateTool({
146
name: 'list_nfts',
157
description: 'List NFTs owned by a specific address',

src/version.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const version = '1.0.7';
1+
export const version = '1.0.8';

0 commit comments

Comments
 (0)