Use _id as UUID instead of configId in mcpConfigs collection

XMLWordPrintableJSON

    • Type: Story
    • Resolution: Duplicate
    • Priority: Major - P3
    • No Version
    • Affects Version/s: None
    • Component/s: None
    • None
    • Not Needed
    • APIx DevTools

      The mcpConfigs collection currently stores both _id (a MongoDB ObjectId) and configId (a UUID string). Unify these by storing the UUID directly as _id, eliminating the redundant field and its index (idx_configId).

      Requires:

      • Update CreateMcpConfigsCollectionMigration.java to remove configId from the JSON schema validator
      • Update McpConfigRepository to query/filter on _id instead of configId

       

            Assignee:
            Luke Sanderson
            Reporter:
            Luke Sanderson
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: