mirror of
https://github.com/aljazceru/mcp-code.git
synced 2025-12-17 04:35:19 +01:00
refactor and add list_snippets
This commit is contained in:
@@ -17,6 +17,7 @@ export interface FindSnippetsParams {
|
||||
export type CodeSnippet = {
|
||||
id: string;
|
||||
title: string;
|
||||
description: string;
|
||||
code: string;
|
||||
language: string;
|
||||
pubkey: string;
|
||||
|
||||
Reference in New Issue
Block a user