Skip to content

Commit f52c860

Browse files
committed
feat(playground): mcp servers listed - review comment
Signed-off-by: Marc Nuri <[email protected]>
1 parent b240506 commit f52c860

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

packages/backend/src/studio.spec.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ describe('activate', () => {
155155
'ContainerRegistry',
156156
'PodmanConnection',
157157
'TaskRegistry',
158-
'CatalogManager',
159158
'BuilderManager',
160159
'PodManager',
161160
'URLModelHandler',
@@ -170,7 +169,6 @@ describe('activate', () => {
170169
'ApplicationManager',
171170
'McpServerManager',
172171
'PlaygroundV2Manager',
173-
'SnippetManager',
174172
])('registers $0 as subscription', (manger: string) => {
175173
const subscriptions = mockedExtensionContext.subscriptions
176174
.filter(s => s?.constructor?.name)

packages/backend/src/studio.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,6 @@ export class Studio {
213213
*/
214214
this.#catalogManager = new CatalogManager(this.#rpcExtension, appUserDirectory);
215215
this.#catalogManager.init();
216-
this.#extensionContext.subscriptions.push(this.#catalogManager);
217216

218217
/**
219218
* The builder manager is handling the building tasks, create corresponding tasks
@@ -386,7 +385,6 @@ export class Studio {
386385
*/
387386
this.#snippetManager = new SnippetManager(this.#rpcExtension, this.#telemetry);
388387
this.#snippetManager.init();
389-
this.#extensionContext.subscriptions.push(this.#snippetManager);
390388

391389
/**
392390
* The StudioApiImpl is the implementation of our API between backend and frontend

0 commit comments

Comments
 (0)