서버 이름 변경 및 버전 업데이트: better-gitlab-mcp-server로 이름 수정, 버전 1.0.5로 업데이트

This commit is contained in:
simple
2025-02-21 09:43:58 +09:00
parent 782e0d2c2d
commit 51598cf5b4
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ import { z } from "zod";
import { zodToJsonSchema } from "zod-to-json-schema";
import { GitLabForkSchema, GitLabReferenceSchema, GitLabRepositorySchema, GitLabIssueSchema, GitLabMergeRequestSchema, GitLabContentSchema, GitLabCreateUpdateFileResponseSchema, GitLabSearchResponseSchema, GitLabTreeSchema, GitLabCommitSchema, CreateOrUpdateFileSchema, SearchRepositoriesSchema, CreateRepositorySchema, GetFileContentsSchema, PushFilesSchema, CreateIssueSchema, CreateMergeRequestSchema, ForkRepositorySchema, CreateBranchSchema, GitLabMergeRequestDiffSchema, GetMergeRequestSchema, GetMergeRequestDiffsSchema, UpdateMergeRequestSchema, CreateNoteSchema, } from "./schemas.js";
const server = new Server({
name: "gitlab-mcp-server",
name: "better-gitlab-mcp-server",
version: "0.0.1",
}, {
capabilities: {

View File

@ -1,6 +1,6 @@
{
"name": "@zereight/mcp-gitlab",
"version": "1.0.4",
"version": "1.0.5",
"description": "MCP server for using the GitLab API",
"license": "MIT",
"author": "zereight",