Skip to content

Commit 4c3434c

Browse files
author
azeth-sync[bot]
committed
v0.2.1: sync from monorepo 2026-03-06
1 parent 0ffbd04 commit 4c3434c

4 files changed

Lines changed: 5 additions & 28 deletions

File tree

.changeset/README.md

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

.changeset/config.json

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

.gitignore

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,9 @@
11
node_modules/
2-
.pnpm-store/
32
dist/
43
*.tsbuildinfo
54
.env
65
.env.*
76
!.env.example
8-
.vscode/
9-
.idea/
10-
*.swp
117
.DS_Store
128
coverage/
13-
.turbo/
149
*.log

package.json

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@azeth/mcp-server",
3-
"version": "0.2.0",
3+
"version": "0.2.1",
44
"mcpName": "io.github.azeth-protocol/mcp-server",
55
"type": "module",
66
"description": "MCP server for the Azeth trust infrastructure — smart accounts, payments, reputation, and discovery tools for AI agents",
@@ -38,12 +38,11 @@
3838
"start": "node dist/index.js",
3939
"test": "vitest run",
4040
"typecheck": "tsc --noEmit",
41-
"clean": "rm -rf dist",
42-
"release": "pnpm build && changeset publish"
41+
"clean": "rm -rf dist"
4342
},
4443
"dependencies": {
45-
"@azeth/common": "^0.2.0",
46-
"@azeth/sdk": "^0.2.0",
44+
"@azeth/common": "^0.2.1",
45+
"@azeth/sdk": "^0.2.1",
4746
"@modelcontextprotocol/sdk": "^1.0.0",
4847
"dotenv": "^16.4.0",
4948
"viem": "^2.21.0",
@@ -53,8 +52,7 @@
5352
"@types/node": "^22.0.0",
5453
"typescript": "^5.7.0",
5554
"vitest": "^2.1.0",
56-
"tsx": "^4.19.0",
57-
"@changesets/cli": "^2.27.0"
55+
"tsx": "^4.19.0"
5856
},
5957
"publishConfig": {
6058
"access": "public"

0 commit comments

Comments
 (0)