Sumeet Pardeshi

Results 8 comments of Sumeet Pardeshi

@cliffhall thanks for the inputs here, appreciate the help. I too validated that most clients have same format for mcp.json , so @olaservo your query should also be resolved with...

Added 2 buttons: - Config Entry - Config File Note: Ignored the Copy Prefix suggested above as its causing UI to overflow when both buttons on same line. to compensate...

@cliffhall, now buttons take up the whole space.

@cliffhall I agree with your point of calling it `Server Entry` & `Servers File` to avoid confusion. next steps: - Change references and button names as suggested. - add test...

@cliffhall I've addressed all the suggestions mentioned above

@cliffhall I've addressed the duplication as suggested

@cliffhall the latest fix should solve these problems. about the json indentation, Im not observing it when I copy paste it into any editor ( tried sublime/textedit) . also indentations...

@cliffhall I think the issue was occurring because we were using 2 space parameter in JSON.stringify function. A standard tab is either 4/8 spaces, so changing it from 2-> 4...