Skip to content

Commit d11284b

Browse files
committed
chore: release v0.0.3
1 parent 12352b4 commit d11284b

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "algolia-mcp",
3-
"version": "0.0.2",
3+
"version": "0.0.3",
44
"main": "index.js",
55
"scripts": {
66
"start": "node --experimental-strip-types --no-warnings=ExperimentalWarnings src/app.ts",

src/DashboardApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export class DashboardApi {
198198
Authorization: `Bearer ${this.#options.appState.get("accessToken")}`,
199199
"Content-Type": "application/json",
200200
Accept: "application/vnd.api+json",
201-
"User-Agent": "algolia-mcp-node/0.0.2",
201+
"User-Agent": "algolia-mcp-node/0.0.3",
202202
};
203203
}
204204
}

src/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ export const CONFIG = {
99
tokenUrl: `https://dashboard.algolia.com/oauth/token`,
1010
// Dashboard API
1111
dashboardApiBaseUrl: "https://api.dashboard.algolia.com",
12-
userAgent: "algolia-mcp-node/0.0.2",
12+
userAgent: "algolia-mcp-node/0.0.3",
1313
};

0 commit comments

Comments
 (0)