Skip to content

Commit faff62a

Browse files
committed
feat: update package names to include 'ai' prefix for consistency across mcp-server and related packages
1 parent 1967e88 commit faff62a

6 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/publish-mcp.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish @aarna/mcp-server-atv
1+
name: Publish @aarna-ai/mcp-server-atv
22

33
on:
44
push:
@@ -26,9 +26,9 @@ jobs:
2626
run: pnpm install --frozen-lockfile
2727

2828
- name: Build package
29-
run: pnpm --filter @aarna/mcp-server-atv build
29+
run: pnpm --filter @aarna-ai/mcp-server-atv build
3030

3131
- name: Publish to npm
32-
run: pnpm --filter @aarna/mcp-server-atv publish --access public --no-git-checks
32+
run: pnpm --filter @aarna-ai/mcp-server-atv publish --access public --no-git-checks
3333
env:
3434
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ API: `http://localhost:3000` | Docs: `http://localhost:3000/docs`
231231
atv-sdk/
232232
├── apps/api/ # Express API server + MCP server
233233
├── packages/sdk/ # TypeScript SDK (@atv/sdk)
234-
├── packages/mcp-server/ # npm connector package (@aarna/mcp-server-atv)
234+
├── packages/mcp-server/ # npm connector package (@aarna-ai/mcp-server-atv)
235235
├── server.json # MCP registry manifest
236236
└── docs/ # Guides
237237
```

packages/agentkit-atv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@aarna/agentkit-atv",
2+
"name": "@aarna-ai/agentkit-atv",
33
"version": "1.0.0",
44
"description": "Coinbase AgentKit action provider for ATV DeFi yield vaults",
55
"keywords": ["agentkit", "coinbase", "defi", "vault", "yield", "mcp", "aarna"],

packages/goat-plugin-atv/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@aarna/goat-plugin-atv",
2+
"name": "@aarna-ai/goat-plugin-atv",
33
"version": "1.0.0",
44
"description": "GOAT SDK plugin for ATV DeFi yield vaults",
55
"keywords": ["goat-sdk", "defi", "vault", "yield", "mcp", "aarna", "plugin"],

packages/mcp-server/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# @aarna/mcp-server-atv
1+
# @aarna-ai/mcp-server-atv
22

33
MCP server connector for **ATV** — AI-native access to Aarna's tokenized DeFi yield vaults on Ethereum and Base.
44

@@ -109,7 +109,7 @@ Add to `.vscode/settings.json`:
109109
## Programmatic Usage
110110

111111
```ts
112-
import { mcpConfig, TOOLS, MCP_SERVER_URL } from '@aarna/mcp-server-atv';
112+
import { mcpConfig, TOOLS, MCP_SERVER_URL } from '@aarna-ai/mcp-server-atv';
113113

114114
// Generate config for any MCP client
115115
const config = mcpConfig('your-api-key');

packages/mcp-server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@aarna/mcp-server-atv",
2+
"name": "@aarna-ai/mcp-server-atv",
33
"version": "1.0.0",
44
"description": "MCP server connector for ATV — AI-native access to Aarna's DeFi yield vaults on Ethereum and Base",
55
"keywords": [

0 commit comments

Comments
 (0)