@voltagent/server-core 1.0.33 → 1.0.34

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -4077,6 +4077,9 @@ var DEFAULT_PUBLIC_ROUTES = [
4077
4077
  // List all workflows
4078
4078
  "GET /workflows/:id",
4079
4079
  // Get workflow details
4080
+ // Tool management endpoints
4081
+ "GET /tools",
4082
+ // List all tools
4080
4083
  // API documentation
4081
4084
  "GET /doc",
4082
4085
  // OpenAPI spec
@@ -4110,8 +4113,6 @@ var PROTECTED_ROUTES = [
4110
4113
  // ========================================
4111
4114
  // TOOL EXECUTION (User Data)
4112
4115
  // ========================================
4113
- "GET /tools",
4114
- // List tools (protected by default)
4115
4116
  "POST /tools/:name/execute",
4116
4117
  // ========================================
4117
4118
  // WORKFLOW EXECUTION (User Data)