@@ -80,10 +80,10 @@ The template shows a possible response, including its status code and content ty
8080## Response Structure
8181
8282- Structure (Type: object):
83- - **message**: Error message describing what went wrong (Type: string):
84- - Example: 'invalid uniqueName'
8583 - **success** (Type: boolean):
8684 - Example: 'false'
85+ - **message**: Error message describing what went wrong (Type: string):
86+ - Example: 'invalid uniqueName'
8787`
8888
8989// Response Template for the AddProjectsToApp tool (Status: 401, Content-Type: application/json)
@@ -102,10 +102,10 @@ The template shows a possible response, including its status code and content ty
102102## Response Structure
103103
104104- Structure (Type: object):
105- - **message**: Error message describing what went wrong (Type: string):
106- - Example: 'invalid uniqueName'
107105 - **success** (Type: boolean):
108106 - Example: 'false'
107+ - **message**: Error message describing what went wrong (Type: string):
108+ - Example: 'invalid uniqueName'
109109`
110110
111111// Response Template for the AddProjectsToApp tool (Status: 403, Content-Type: application/json)
@@ -124,10 +124,10 @@ The template shows a possible response, including its status code and content ty
124124## Response Structure
125125
126126- Structure (Type: object):
127- - **message**: Error message describing what went wrong (Type: string):
128- - Example: 'invalid uniqueName'
129127 - **success** (Type: boolean):
130128 - Example: 'false'
129+ - **message**: Error message describing what went wrong (Type: string):
130+ - Example: 'invalid uniqueName'
131131`
132132
133133// Response Template for the AddProjectsToApp tool (Status: 404, Content-Type: application/json)
@@ -146,10 +146,10 @@ The template shows a possible response, including its status code and content ty
146146## Response Structure
147147
148148- Structure (Type: object):
149- - **message**: Error message describing what went wrong (Type: string):
150- - Example: 'invalid uniqueName'
151149 - **success** (Type: boolean):
152150 - Example: 'false'
151+ - **message**: Error message describing what went wrong (Type: string):
152+ - Example: 'invalid uniqueName'
153153`
154154
155155// Response Template for the AddProjectsToApp tool (Status: 500, Content-Type: application/json)
@@ -168,10 +168,10 @@ The template shows a possible response, including its status code and content ty
168168## Response Structure
169169
170170- Structure (Type: object):
171- - **message**: Error message describing what went wrong (Type: string):
172- - Example: 'invalid uniqueName'
173171 - **success** (Type: boolean):
174172 - Example: 'false'
173+ - **message**: Error message describing what went wrong (Type: string):
174+ - Example: 'invalid uniqueName'
175175`
176176
177177// NewAddProjectsToAppMCPTool creates the MCP Tool instance for AddProjectsToApp
0 commit comments