---
title: "Changes to Update MCP Server"
method: PUT
path: "/api/v1/servers/{id}"
---

# Changes to Update MCP Server

`PUT /api/v1/servers/{id}`

> Every recorded change to this endpoint, newest first.

## Timeline

Changed in 5 of 11 revisions.

- **2026-01-21** `ba253fbf08a7` — 1 breaking, 2 warning, 3 info
- **2026-01-18** `8179b9ac1660` — 2 warning
- **2026-01-18** `b0e6563d3fce` — 5 breaking, 3 warning, 5 info
- **2026-01-17** `4f3d96fe2656` — 7 info
- **2025-11-10** `dd3fac5bdb5c` — 3 breaking, 3 warning, 9 info

## Changes

- **2026-01-21** `ba253fbf08a7` — 1 breaking, 2 warning, 3 info
  - the response property `server/version` became optional for the status `200`
  - removed the request property `documentationUrl`
  - removed the optional property `server/documentationUrl` from the response with the `200` status
  - added the new optional request property `detailedDescription`
  - added the optional property `server/detailedDescription` to the response with the `200` status
  - the `version` response's property default value `1.0.0` was added for the status `200`
- **2026-01-18** `8179b9ac1660` — 2 warning
  - removed the request property `packageName`
  - removed the request property `scope`
- **2026-01-18** `b0e6563d3fce` — 5 breaking, 3 warning, 5 info
  - the response property `server/repository` became nullable for the status `200`
  - the response property `server/repository` became optional for the status `200`
  - the `code` response property const value `INTERNAL_SERVER_ERROR` was removed for the status `500`
  - the `code` response property const value `NOT_FOUND` was removed for the status `404`
  - the `code` response property const value `UNAUTHORIZED` was removed for the status `401`
  - added the new `INTERNAL_SERVER_ERROR` enum value to the `code` response property for the response status `500`
  - added the new `NOT_FOUND` enum value to the `code` response property for the response status `404`
  - added the new `UNAUTHORIZED` enum value to the `code` response property for the response status `401`
  - api operation id `putApiV1ServersById` removed and replaced with ``
  - the request property `repository` became nullable
  - added the non-success response with the status `403`
  - added the optional property `server/developerId` to the response with the `200` status
  - added the optional property `server/source` to the response with the `200` status
- **2026-01-17** `4f3d96fe2656` — 7 info
  - added the new optional request property `author`
  - added the new optional request property `category`
  - added the new optional request property `tags`
  - added the optional property `server/author` to the response with the `200` status
  - added the optional property `server/category` to the response with the `200` status
  - added the optional property `server/createdAt` to the response with the `200` status
  - added the optional property `server/tags` to the response with the `200` status
- **2025-11-10** `dd3fac5bdb5c` — 3 breaking, 3 warning, 9 info
  - removed the required property `server/name` from the response with the `200` status
  - removed the required property `server/repository/id` from the response with the `200` status
  - removed the required property `server/versionDetail` from the response with the `200` status
  - removed the request property `name`
  - removed the request property `repository/id`
  - removed the request property `versionDetail`
  - added the new optional request property `displayName`
  - added the new optional request property `packageName`
  - added the new optional request property `scope`
  - added the new optional request property `version`
  - added the required property `server/displayName` to the response with the `200` status
  - added the required property `server/packageName` to the response with the `200` status
  - added the required property `server/scope` to the response with the `200` status
  - added the required property `server/updatedAt` to the response with the `200` status
  - added the required property `server/version` to the response with the `200` status

---

[Operation](https://skmtc.dev/corespeed-io/apis/mcp-store-api/docs/api/v1/servers/:id/put.md) · [API](https://skmtc.dev/corespeed-io/apis/mcp-store-api.md) · [Page](https://skmtc.dev/corespeed-io/apis/mcp-store-api/changes/api/v1/servers/:id/put)
