Skip to content

Commit 7a38e26

Browse files
committed
refactor: Rename mcp-ecosystem to amoylab, mcp-gateway to unla
1 parent bbbf46b commit 7a38e26

150 files changed

Lines changed: 471 additions & 485 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.env.example

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
APISERVER_LOGGER_LEVEL=info
33
APISERVER_LOGGER_FORMAT=json
44
APISERVER_LOGGER_OUTPUT=stdout
5-
APISERVER_LOGGER_FILE_PATH=/var/log/mcp-gateway/apiserver.log
5+
APISERVER_LOGGER_FILE_PATH=/var/log/unla/apiserver.log
66
APISERVER_LOGGER_MAX_SIZE=100
77
APISERVER_LOGGER_MAX_BACKUPS=3
88
APISERVER_LOGGER_MAX_AGE=7
@@ -14,7 +14,7 @@ APISERVER_LOGGER_STACKTRACE=true
1414
LOGGER_LEVEL=info
1515
LOGGER_FORMAT=json
1616
LOGGER_OUTPUT=stdout
17-
LOGGER_FILE_PATH=/var/log/mcp-gateway/mcp-gateway.log
17+
LOGGER_FILE_PATH=/var/log/unla/mcp-gateway.log
1818
LOGGER_MAX_SIZE=100
1919
LOGGER_MAX_BACKUPS=3
2020
LOGGER_MAX_AGE=7
@@ -28,7 +28,7 @@ APISERVER_DB_HOST=localhost
2828
APISERVER_DB_PORT=5432
2929
APISERVER_DB_USER=
3030
APISERVER_DB_PASSWORD=
31-
APISERVER_DB_NAME=./data/mcp-gateway.db
31+
APISERVER_DB_NAME=./data/unla.db
3232
APISERVER_DB_SSL_MODE=disable
3333

3434
# Gateway Configurations Storage Configuration
@@ -38,7 +38,7 @@ GATEWAY_DB_HOST=localhost
3838
GATEWAY_DB_PORT=5432
3939
GATEWAY_DB_USER=
4040
GATEWAY_DB_PASSWORD=
41-
GATEWAY_DB_NAME=./data/mcp-gateway.db
41+
GATEWAY_DB_NAME=./data/unla.db
4242
GATEWAY_DB_SSL_MODE=disable
4343
GATEWAY_STORAGE_DISK_PATH=
4444
GATEWAY_STORAGE_API_URL=
@@ -111,7 +111,7 @@ SUPER_ADMIN_PASSWORD=297df52fbc321ebf7198d497fe1c9206PlsChangeMe
111111

112112
APISERVER_I18N_PATH=./configs/i18n
113113

114-
OAUTH2_ISSUER=https://github.com/mcp-ecosystem/mcp-gateway
114+
OAUTH2_ISSUER=https://github.com/amoylab/unla
115115
OAUTH2_STORAGE_TYPE=memory
116116
OAUTH2_REDIS_ADDR=localhost:6379
117117
OAUTH2_REDIS_PASSWORD=

.github/ISSUE_TEMPLATE/#0_bug_report_zh.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: "⚠️ 验证"
1010
description: "请确认您已经完成以下操作:"
1111
options:
12-
- label: 我已经搜索过 [issues](https://github.com/mcp-ecosystem/mcp-gateway/issues),确信这不是一个重复的问题。
12+
- label: 我已经搜索过 [issues](https://github.com/amoylab/unla/issues),确信这不是一个重复的问题。
1313
required: true
1414

1515
- type: markdown
@@ -26,10 +26,10 @@ body:
2626
required: true
2727

2828
- type: input
29-
id: gateway-version
29+
id: unla-version
3030
attributes:
31-
label: "mcp-gateway 版本"
32-
description: "您使用的 mcp-gateway 版本"
31+
label: "Unla 版本"
32+
description: "您使用的 Unla 版本"
3333
placeholder: "v1.0.0"
3434
validations:
3535
required: true

.github/ISSUE_TEMPLATE/#1_feature_request_zh.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ body:
99
label: "⚠️ 验证"
1010
description: "请确认您已经完成以下操作:"
1111
options:
12-
- label: 我已经搜索过 [issues](https://github.com/mcp-ecosystem/mcp-gateway/issues),确信这不是一个重复的请求。
12+
- label: 我已经搜索过 [issues](https://github.com/amoylab/unla/issues),确信这不是一个重复的请求。
1313
required: true
14-
- label: 我已经查看了 [发布说明](https://github.com/mcp-ecosystem/mcp-gateway/releases),确信这项功能尚未被实现。
14+
- label: 我已经查看了 [发布说明](https://github.com/amoylab/unla/releases),确信这项功能尚未被实现。
1515
required: true
1616

1717
- type: textarea

.github/ISSUE_TEMPLATE/#2_question_zh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: "⚠️ 验证"
1010
description: "请确认您已经完成以下操作:"
1111
options:
12-
- label: 我已经搜索过 [issues](https://github.com/mcp-ecosystem/mcp-gateway/issues),确信这不是一个重复的问题。
12+
- label: 我已经搜索过 [issues](https://github.com/amoylab/unla/issues),确信这不是一个重复的问题。
1313
required: true
1414

1515
- type: textarea

.github/ISSUE_TEMPLATE/#3_proposal_zh.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: "⚠️ 验证"
1010
description: "请确认您已经完成以下操作:"
1111
options:
12-
- label: 我已经搜索过 [issues](https://github.com/mcp-ecosystem/mcp-gateway/issues),确信这不是一个重复的提案。
12+
- label: 我已经搜索过 [issues](https://github.com/amoylab/unla/issues),确信这不是一个重复的提案。
1313
required: true
1414

1515
- type: markdown

.github/ISSUE_TEMPLATE/0_bug_report.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: "⚠️ Verification"
1010
description: "Please verify that you've done the following:"
1111
options:
12-
- label: I have searched the [issues](https://github.com/mcp-ecosystem/mcp-gateway/issues) of this repository and believe that this is not a duplicate.
12+
- label: I have searched the [issues](https://github.com/amoylab/unla/issues) of this repository and believe that this is not a duplicate.
1313
required: true
1414

1515
- type: markdown
@@ -26,10 +26,10 @@ body:
2626
required: true
2727

2828
- type: input
29-
id: gateway-version
29+
id: unla-version
3030
attributes:
31-
label: "mcp-gateway Version"
32-
description: "The version of mcp-gateway you're using"
31+
label: "Unla Version"
32+
description: "The version of unla you're using"
3333
placeholder: "v1.0.0"
3434
validations:
3535
required: true

.github/ISSUE_TEMPLATE/1_feature_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ body:
99
label: "⚠️ Verification"
1010
description: "Please verify that you've done the following:"
1111
options:
12-
- label: I have searched the [issues](https://github.com/mcp-ecosystem/mcp-gateway/issues) of this repository and believe that this is not a duplicate.
12+
- label: I have searched the [issues](https://github.com/amoylab/unla/issues) of this repository and believe that this is not a duplicate.
1313
required: true
14-
- label: I have searched the [release notes](https://github.com/mcp-ecosystem/mcp-gateway/releases) of this repository and believe that this is not a duplicate.
14+
- label: I have searched the [release notes](https://github.com/amoylab/unla/releases) of this repository and believe that this is not a duplicate.
1515
required: true
1616

1717
- type: textarea

.github/ISSUE_TEMPLATE/2_question.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: "⚠️ Verification"
1010
description: "Please verify that you've done the following:"
1111
options:
12-
- label: I have searched the [issues](https://github.com/mcp-ecosystem/mcp-gateway/issues) of this repository and believe that this is not a duplicate.
12+
- label: I have searched the [issues](https://github.com/amoylab/unla/issues) of this repository and believe that this is not a duplicate.
1313
required: true
1414

1515
- type: textarea

.github/ISSUE_TEMPLATE/3_proposal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ body:
99
label: "⚠️ Verification"
1010
description: "Please verify that you've done the following:"
1111
options:
12-
- label: I have searched the [issues](https://github.com/mcp-ecosystem/mcp-gateway/issues) of this repository and believe that this is not a duplicate.
12+
- label: I have searched the [issues](https://github.com/amoylab/unla/issues) of this repository and believe that this is not a duplicate.
1313
required: true
1414

1515
- type: markdown

.github/workflows/docker-publish-allinone.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ on:
1515

1616
env:
1717
DOCKER_HUB_USERNAME: ifuryst
18-
ALIYUN_REGISTRY: registry.ap-southeast-1.aliyuncs.com/mcp-ecosystem
18+
ALIYUN_REGISTRY: registry.ap-southeast-1.aliyuncs.com/amoylab
1919
BUILDX_NO_DEFAULT_ATTESTATIONS: 1
2020
PUSH_LATEST: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') }}
2121
SHOULD_LOGIN: ${{ github.event_name == 'push' || github.event_name == 'workflow_dispatch' }}
@@ -73,9 +73,9 @@ jobs:
7373
UV_DEFAULT_INDEX=https://mirrors.aliyun.com/pypi/simple/
7474
npm_config_registry=https://registry.npmmirror.com
7575
tags: |
76-
${{ env.PUSH_LATEST == 'true' && format('{0}/mcp-gateway-allinone:latest', env.DOCKER_HUB_USERNAME) || '' }}
77-
${{ format('{0}/mcp-gateway-allinone:{1}', env.DOCKER_HUB_USERNAME, github.ref_name) }}
76+
${{ env.PUSH_LATEST == 'true' && format('{0}/unla-allinone:latest', env.DOCKER_HUB_USERNAME) || '' }}
77+
${{ format('{0}/unla-allinone:{1}', env.DOCKER_HUB_USERNAME, github.ref_name) }}
7878
${{ env.PUSH_LATEST == 'true' && format('ghcr.io/{0}/allinone:latest', github.repository) || '' }}
7979
${{ format('ghcr.io/{0}/allinone:{1}', github.repository, github.ref_name) }}
80-
${{ env.PUSH_LATEST == 'true' && format('{0}/mcp-gateway-allinone:latest', env.ALIYUN_REGISTRY) || '' }}
81-
${{ format('{0}/mcp-gateway-allinone:{1}', env.ALIYUN_REGISTRY, github.ref_name) }}
80+
${{ env.PUSH_LATEST == 'true' && format('{0}/unla-allinone:latest', env.ALIYUN_REGISTRY) || '' }}
81+
${{ format('{0}/unla-allinone:{1}', env.ALIYUN_REGISTRY, github.ref_name) }}

0 commit comments

Comments
 (0)