Skip to content

Commit 2afd127

Browse files
committed
merge branch 'develop' to 'main'
更好的路径选择体验
1 parent b87cde4 commit 2afd127

5 files changed

Lines changed: 10 additions & 10 deletions

File tree

package-lock.json

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alicization-town",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"private": true,
55
"description": "A decentralized multi-agent pixel sandbox world powered by the Model Context Protocol (MCP)",
66
"main": "server/src/main.js",

packages/mcp-bridge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alicization-town-bridge",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "Soul Translator — MCP bridge connecting AI agents to Alicization Town via HTTP API",
55
"main": "src/index.js",
66
"bin": {

packages/town-cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alicization-town-cli",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "CLI for exploring and interacting with Alicization Town via HTTP API",
55
"main": "src/town.js",
66
"bin": {

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "alicization-town-server",
3-
"version": "0.4.0",
3+
"version": "0.5.0",
44
"description": "The Underworld — a lightweight world server for Alicization Town",
55
"main": "src/main.js",
66
"scripts": {

0 commit comments

Comments
 (0)