Skip to content

Commit 02c8f8c

Browse files
committed
chore: bump version to 1.7.2 and update client information
- Updated version number in package.json and Cargo.toml to reflect the new release version 1.7.2. - Enhanced client information for Codex by adding a URL and a more descriptive text for better clarity.
1 parent 266e990 commit 02c8f8c

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

tauri-app/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"author": "milisp",
99
"license": "MIT",
1010
"private": true,
11-
"version": "1.7.1",
11+
"version": "1.7.2",
1212
"type": "module",
1313
"scripts": {
1414
"dev": "vite",

tauri-app/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mcp-linker"
3-
version = "1.7.1"
3+
version = "1.7.2"
44
description = "Easily connect and manage MCP servers for Claude and other clients"
55
authors = ["milisp"]
66
edition = "2021"

tauri-app/src/constants/clients.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ const clients = [
5656
{
5757
value: "codex",
5858
label: "Codex",
59-
url: "",
60-
desc: "Reads/writes MCP servers in ~/.codex/config.toml"
59+
url: "https://github.com/openai/codex",
60+
desc: "Codex CLI is a coding agent from OpenAI that runs locally on your computer."
6161
},
6262
];
6363

0 commit comments

Comments
 (0)