Skip to content

Commit b320d6f

Browse files
committed
fix: lint error
1 parent 49d048f commit b320d6f

File tree

1 file changed

+2
-2
lines changed
  • packages/mcp-server/cloudflare-worker/src

1 file changed

+2
-2
lines changed

packages/mcp-server/cloudflare-worker/src/index.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ type MCPProps = {
1313
*/
1414
const serverConfig: ServerConfig = {
1515
orgName: 'ImageKit',
16-
instructionsUrl: "https://imagekit.io/docs/mcp-server", // Set a url for where you show users how to get an API key
17-
logoUrl: "https://ik.imagekit.io/ikmedia/logo/light_T4buIzohVH.svg", // Set a custom logo url to appear during the OAuth flow
16+
instructionsUrl: 'https://imagekit.io/docs/mcp-server', // Set a url for where you show users how to get an API key
17+
logoUrl: 'https://ik.imagekit.io/ikmedia/logo/light_T4buIzohVH.svg', // Set a custom logo url to appear during the OAuth flow
1818
clientProperties: [
1919
{
2020
key: 'privateKey',

0 commit comments

Comments
 (0)