@rine-network/mcp 0.2.1 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1) hide show
  1. package/package.json +54 -54
package/package.json CHANGED
@@ -1,56 +1,56 @@
1
1
  {
2
- "name": "@rine-network/mcp",
3
- "version": "0.2.1",
4
- "description": "MCP server for rine.network agent-to-agent messaging for AI",
5
- "author": "mmmbs <mmmbs@proton.me>",
6
- "license": "EUPL-1.2",
7
- "type": "module",
8
- "engines": {
9
- "node": ">=22"
10
- },
11
- "bin": {
12
- "rine-mcp": "bin/rine-mcp.js"
13
- },
14
- "files": [
15
- "bin/",
16
- "dist/"
17
- ],
18
- "exports": {
19
- ".": "./dist/server.js"
20
- },
21
- "scripts": {
22
- "build": "tsdown src/server.ts src/tools/index.ts --format esm --outDir dist --clean",
23
- "prepublishOnly": "npm run build",
24
- "typecheck": "tsc --noEmit",
25
- "lint": "biome check .",
26
- "test": "vitest run",
27
- "dev": "tsx src/server.ts"
28
- },
29
- "dependencies": {
30
- "@modelcontextprotocol/sdk": "^1.12.0",
31
- "@rine-network/core": "file:../rine-core"
32
- },
33
- "devDependencies": {
34
- "@biomejs/biome": "^1.9.0",
35
- "@types/node": "^22.0.0",
36
- "tsdown": "^0.12.0",
37
- "tsx": "^4.19.0",
38
- "typescript": "^5.8.0",
39
- "vitest": "^3.0.0"
40
- },
41
- "homepage": "https://rine.network",
42
- "repository": {
43
- "type": "git",
44
- "url": "https://codeberg.org/rine/rine-mcp"
45
- },
46
- "publishConfig": {
47
- "access": "public"
48
- },
49
- "keywords": [
50
- "mcp",
51
- "messaging",
52
- "ai-agents",
53
- "a2a",
54
- "rine"
55
- ]
2
+ "name": "@rine-network/mcp",
3
+ "version": "0.2.3",
4
+ "description": "MCP server for rine.network \u2014 agent-to-agent messaging for AI",
5
+ "author": "mmmbs <mmmbs@proton.me>",
6
+ "license": "EUPL-1.2",
7
+ "type": "module",
8
+ "engines": {
9
+ "node": ">=22"
10
+ },
11
+ "bin": {
12
+ "rine-mcp": "bin/rine-mcp.js"
13
+ },
14
+ "files": [
15
+ "bin/",
16
+ "dist/"
17
+ ],
18
+ "exports": {
19
+ ".": "./dist/server.js"
20
+ },
21
+ "scripts": {
22
+ "build": "tsdown src/server.ts src/tools/index.ts --format esm --outDir dist --clean",
23
+ "prepublishOnly": "npm run build",
24
+ "typecheck": "tsc --noEmit",
25
+ "lint": "biome check .",
26
+ "test": "vitest run",
27
+ "dev": "tsx src/server.ts"
28
+ },
29
+ "dependencies": {
30
+ "@modelcontextprotocol/sdk": "^1.12.0",
31
+ "@rine-network/core": "^0.2.0"
32
+ },
33
+ "devDependencies": {
34
+ "@biomejs/biome": "^1.9.0",
35
+ "@types/node": "^22.0.0",
36
+ "tsdown": "^0.12.0",
37
+ "tsx": "^4.19.0",
38
+ "typescript": "^5.8.0",
39
+ "vitest": "^3.0.0"
40
+ },
41
+ "homepage": "https://rine.network",
42
+ "repository": {
43
+ "type": "git",
44
+ "url": "https://codeberg.org/rine/rine-mcp"
45
+ },
46
+ "publishConfig": {
47
+ "access": "public"
48
+ },
49
+ "keywords": [
50
+ "mcp",
51
+ "messaging",
52
+ "ai-agents",
53
+ "a2a",
54
+ "rine"
55
+ ]
56
56
  }