feat: first round of mcp standalone server
This commit is contained in:
@@ -272,12 +272,3 @@ export class BlogmarkPythonWorkerRuntime {
|
||||
}
|
||||
}
|
||||
|
||||
let blogmarkPythonWorkerRuntimeInstance: BlogmarkPythonWorkerRuntime | null = null;
|
||||
|
||||
export function getBlogmarkPythonWorkerRuntime(): BlogmarkPythonWorkerRuntime {
|
||||
if (!blogmarkPythonWorkerRuntimeInstance) {
|
||||
blogmarkPythonWorkerRuntimeInstance = new BlogmarkPythonWorkerRuntime();
|
||||
}
|
||||
|
||||
return blogmarkPythonWorkerRuntimeInstance;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user