@basicbit/vrchat-mcp 0.1.1 → 0.1.2

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/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.2 - 2026-05-16
4
+
5
+ - Match MCP Registry server namespace casing to the GitHub organization namespace authorized by registry login.
6
+
3
7
  ## 0.1.1 - 2026-05-16
4
8
 
5
9
  - Add MCP Registry metadata and npm ownership marker for registry publication.
package/dist/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@basicbit/vrchat-mcp",
3
- "version": "0.1.1",
4
- "mcpName": "io.github.basic-bit/vrchat-mcp",
3
+ "version": "0.1.2",
4
+ "mcpName": "io.github.BASIC-BIT/vrchat-mcp",
5
5
  "description": "MCP server for VRChat friends, worlds, groups, events, notifications, and VRCX history.",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@basicbit/vrchat-mcp",
3
- "version": "0.1.1",
4
- "mcpName": "io.github.basic-bit/vrchat-mcp",
3
+ "version": "0.1.2",
4
+ "mcpName": "io.github.BASIC-BIT/vrchat-mcp",
5
5
  "description": "MCP server for VRChat friends, worlds, groups, events, notifications, and VRCX history.",
6
6
  "type": "module",
7
7
  "main": "dist/src/index.js",
package/server.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
3
- "name": "io.github.basic-bit/vrchat-mcp",
3
+ "name": "io.github.BASIC-BIT/vrchat-mcp",
4
4
  "title": "VRChat MCP",
5
5
  "description": "MCP server for VRChat friends, worlds, groups, events, notifications, and VRCX history.",
6
6
  "repository": {
@@ -8,12 +8,12 @@
8
8
  "source": "github",
9
9
  "id": "1122295987"
10
10
  },
11
- "version": "0.1.1",
11
+ "version": "0.1.2",
12
12
  "packages": [
13
13
  {
14
14
  "registryType": "npm",
15
15
  "identifier": "@basicbit/vrchat-mcp",
16
- "version": "0.1.1",
16
+ "version": "0.1.2",
17
17
  "transport": {
18
18
  "type": "stdio"
19
19
  },