Skip to content

Commit ebb1df4

Browse files
committed
bump version to 0.0.9
1 parent 9efa225 commit ebb1df4

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

caido.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ export default defineConfig({
1212
id,
1313
name: "Ebka AI Assistant",
1414
description: "Integrates with Claude AI to provide AI-powered security testing capabilities",
15-
version: "0.0.8",
15+
version: "0.0.9",
1616
author: {
1717
name: "Slonser",
1818
email: "slonser@neplox.security",

claude-mcp-server/build/tools.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const tools_version = "0.0.8";
1+
export const tools_version = "0.0.9";
22
export const tools_description = [
33
{
44
name: "list_by_httpql",
@@ -790,7 +790,7 @@ Example:
790790
},
791791
},
792792
{
793-
name: "caido_move_replay_session",
793+
name: "move_replay_session",
794794
description: "Move a replay session to a different collection",
795795
input_schema: {
796796
type: "object",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Ebka AI Assistant",
3-
"version": "0.0.8",
3+
"version": "0.0.9",
44
"private": true,
55
"scripts": {
66
"typecheck": "pnpm -r typecheck",

packages/backend/src/tools.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export const tools_version = "0.0.8";
1+
export const tools_version = "0.0.9";
22

33
export const tools_description = [
44
{
@@ -817,7 +817,7 @@ Example:
817817
},
818818
},
819819
{
820-
name: "caido_move_replay_session",
820+
name: "move_replay_session",
821821
description: "Move a replay session to a different collection",
822822
input_schema: {
823823
type: "object",

0 commit comments

Comments
 (0)