diff --git a/src/cli/mcp.clj b/src/cli/mcp.clj index 8b3a13e..6de2fce 100644 --- a/src/cli/mcp.clj +++ b/src/cli/mcp.clj @@ -34,7 +34,7 @@ ;; interact with backend api (defn fetch-snippets [] - (let [res (http/get (str (:backend-host config) "/api/snippets?limit=2000"))] + (let [res (http/get (str (:backend-host config) "/api/snippets"))] (json/parse-string (:body res) true))) (defn fetch-snippet [id]