@centia-io/mcp-server 1.0.3 → 1.0.4

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.
Files changed (2) hide show
  1. package/centia-api.json +1 -4
  2. package/package.json +1 -1
package/centia-api.json CHANGED
@@ -2053,10 +2053,7 @@
2053
2053
  },
2054
2054
  "Client": {
2055
2055
  "description": "OAuth clients are applications that request and manage access to user resources through the OAuth authorization protocol. These clients act as intermediaries, enabling secure, delegated access to user accounts without directly handling sensitive credentials.",
2056
- "required": [
2057
- "name",
2058
- "redirect_uri"
2059
- ],
2056
+ "required": [],
2060
2057
  "properties": {
2061
2058
  "id": {
2062
2059
  "title": "Client id",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@centia-io/mcp-server",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "publishConfig": { "access": "public" },
5
5
  "description": "Centia MCP Server",
6
6
  "type": "module",