File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff 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" ,
Original file line number Diff line number Diff line change 1- export const tools_version = "0.0.8 " ;
1+ export const tools_version = "0.0.9 " ;
22export 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" ,
Original file line number Diff line number Diff line change 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" ,
Original file line number Diff line number Diff line change 1- export const tools_version = "0.0.8 " ;
1+ export const tools_version = "0.0.9 " ;
22
33export 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" ,
You can’t perform that action at this time.
0 commit comments