@transita/mcp-server 0.1.0 → 0.1.1

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.
package/README.md CHANGED
@@ -107,8 +107,8 @@ Everything this MCP server exposes is **free**. The full document checklist + 30
107
107
  ## Development
108
108
 
109
109
  ```bash
110
- git clone https://github.com/snenenenenenene/mova.git
111
- cd mova/packages/mcp-server
110
+ git clone https://github.com/snenenenenenene/transita-mcp-server.git
111
+ cd transita-mcp-server
112
112
  bun install
113
113
  bun run build
114
114
 
@@ -132,7 +132,7 @@ Two-step flow. The MCP Registry stores metadata; npm hosts the artifact.
132
132
 
133
133
  ```bash
134
134
  # 1. Publish to npm (must be on a fresh version; bump in package.json first)
135
- cd packages/mcp-server
135
+ cd transita-mcp-server
136
136
  bun run build
137
137
  npm publish --access public
138
138
 
@@ -154,5 +154,5 @@ MIT — see LICENSE.
154
154
 
155
155
  - Website: <https://transita.app>
156
156
  - MCP landing page: <https://transita.app/mcp>
157
- - Source: <https://github.com/snenenenenenene/mova/tree/main/packages/mcp-server>
157
+ - Source: <https://github.com/snenenenenenene/transita-mcp-server>
158
158
  - MCP protocol: <https://modelcontextprotocol.io>
package/dist/cli.js CHANGED
File without changes
package/package.json CHANGED
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "name": "@transita/mcp-server",
3
- "version": "0.1.0",
3
+ "version": "0.1.1",
4
4
  "mcpName": "io.github.snenenenenenene/transita-mcp-server",
5
- "description": "Model Context Protocol server for Transita visa eligibility matcher, country comparisons, and immigration intelligence inside Claude Desktop, Cursor, Cline, and any MCP-compatible AI assistant.",
5
+ "description": "Model Context Protocol server for Transita \u2014 visa eligibility matcher, country comparisons, and immigration intelligence inside Claude Desktop, Cursor, Cline, and any MCP-compatible AI assistant.",
6
6
  "license": "MIT",
7
7
  "type": "module",
8
8
  "bin": {
@@ -39,8 +39,7 @@
39
39
  "homepage": "https://transita.app/mcp",
40
40
  "repository": {
41
41
  "type": "git",
42
- "url": "git+https://github.com/snenenenenenene/mova.git",
43
- "directory": "packages/mcp-server"
42
+ "url": "git+https://github.com/snenenenenenene/transita-mcp-server.git"
44
43
  },
45
44
  "engines": {
46
45
  "node": ">=20"