Skip to content

Commit 337e322

Browse files
author
Dennis
committed
chore: release v0.2.1
1 parent cec2b1f commit 337e322

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "web3-docs-mcp"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
description = "MCP server for Web3 protocol documentation — EIPs, ERCs, BIPs, SIMDs, Cosmos ADRs, Polkadot RFCs, Stacks SIPs, Avalanche ACPs, Cardano CIPs, Tezos TZIPs, Sui SIPs, plus a canonical contract registry"
55
readme = "README.md"
66
requires-python = ">=3.11"

server.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
33
"name": "io.github.dioptx/web3-docs",
44
"description": "Blockchain protocol specs (EIPs, BIPs, ADRs, CIPs, RFCs) across 10 chains + EVM contract registry.",
5-
"version": "0.2.0",
5+
"version": "0.2.1",
66
"repository": {
77
"url": "https://github.com/dioptx/web3-docs",
88
"source": "github"
@@ -11,7 +11,7 @@
1111
{
1212
"registryType": "pypi",
1313
"identifier": "web3-docs-mcp",
14-
"version": "0.2.0",
14+
"version": "0.2.1",
1515
"transport": {
1616
"type": "stdio"
1717
}

0 commit comments

Comments
 (0)