removedInput schema / properties / access_token
Removed value: -{
- "default": null,
- "description": "Optional JWT access token for authentication. Pass the token returned by get_auth_session when your MCP client does not send it as an Authorization: Bearer HTTP header automatically.",
- "type": [
- "string",
- "null"
- ]
-}
removedInput schema / properties / limit / default
Removed value: -null
addedInput schema / properties / limit / maximum
Added value: +20
addedInput schema / properties / limit / minimum
Added value: +1
changedInput schema / properties / limit / type
Previous value: -[
- "integer",
- "null"
-]New value: +"integer"
removedInput schema / properties / query / default
Removed value: -null
changedInput schema / properties / query / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / resource_type / default
Removed value: -null
addedInput schema / properties / resource_type / enum
Added value: +[
+ "all",
+ "documentation",
+ "status",
+ "account",
+ "display",
+ "api"
+]
changedInput schema / properties / resource_type / type
Previous value: -[
- "string",
- "null"
-]New value: +"string"
removedInput schema / properties / session_request_id
Removed value: -{
- "default": null,
- "description": "Optional session request ID returned by create_auth_session. Pass this instead of access_token for simpler, more reliable authentication when searching private resources.",
- "type": [
- "string",
- "null"
- ]
-}
changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "count": {
+ "type": "integer"
+ },
+ "query": {
+ "type": "string"
+ },
+ "resourceType": {
+ "type": "string"
+ },
+ "results": {
+ "items": {
+ "properties": {
+ "requiresAuthentication": {
+ "type": "boolean"
+ },
+ "snippet": {
+ "type": "string"
+ },
+ "title": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ },
+ "uri": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "type": "object"
+}