Skip to content

Commit df0d846

Browse files
committed
chore: Align package version to 0.1.1 and add repository info
- Update version number in index.ts and package.json - Add git repository information to package.json
1 parent bb122d6 commit df0d846

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ const TOOLS: Tool[] = [
7272
const server = new Server(
7373
{
7474
name: "mcp-openai",
75-
version: "0.1.0",
75+
version: "0.1.1",
7676
},
7777
{
7878
capabilities: {

package.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{
22
"name": "@mzxrai/mcp-openai",
3-
"version": "0.2.0",
3+
"version": "0.1.1",
44
"description": "MCP server for simple interaction with OpenAI API",
55
"license": "MIT",
66
"author": "mzxrai",
77
"homepage": "https://github.com/mzxrai/mcp-openai",
8+
"repository": {
9+
"type": "git",
10+
"url": "https://github.com/mzxrai/mcp-openai.git"
11+
},
812
"bugs": "https://github.com/mzxrai/mcp-openai/issues",
913
"type": "module",
1014
"bin": {

0 commit comments

Comments
 (0)