Skip to content

Commit 5f17275

Browse files
committed
fix: update client name configuration
1 parent 9a734a1 commit 5f17275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsup.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ const packageJson = JSON.parse(readFileSync('./package.json', 'utf8'));
55

66
const clientTypeMap = {
77
dxt: 'Claude Desktop Extension',
8-
mcpb: 'MCPB Bundle',
8+
mcpb: 'Claude Desktop (MCPB)',
99
npm: 'PageIndex MCP',
1010
};
1111

0 commit comments

Comments
 (0)