mcp icon indicating copy to clipboard operation
mcp copied to clipboard

Track GUIDs for better maintainability and scalability

Open KarishmaGhiya opened this issue 1 month ago • 1 comments

Based on this PR discussion, https://github.com/microsoft/mcp/pull/1164/files#r2520549355

  • There should be a better approach to track and assign GUIDs for future maintenance and scalability
  • Initial suggestion in the discussion thread involved a central file for tracking all GUID constants, but there were concerns raised regarding its compatibility with Code gen and that a central file doesn't respect the repository structure and dependence
  • If the current hardcoding of GUIDs in code is scalable and trackable for future, feel free to close the issue
  • Else design a better approach to track GUIDs keeping Code gen and project structure concerns in mind

KarishmaGhiya avatar Nov 13 '25 23:11 KarishmaGhiya

@KarishmaGhiya do you have a suggestion for what you'd like to see changed?

joshfree avatar Nov 20 '25 16:11 joshfree