Glama
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Chat
MCP
Gateway
Models
Pricing
Community
Sign In
Glama
MCP
Servers
Inkdrop MCP Server
Claim
Official
by
inkdropapp
npm
GitHub
Note Taking
JavaScript
17
11
Apple
Reddit
Discord
Overview
Inspect
Schema
Related Servers
Reviews
Score
Need Help?
View Source Code
Report Issue
src
.gitignore
package.json
package-lock.json
prettier.config.js
README.md
tsconfig.json
/**
@type
{import('prettier').Options}
*/
const
options
=
{
arrowParens:
'
avoid
'
,
singleQuote:
true
,
bracketSpacing:
true
,
endOfLine:
'
lf
'
,
semi:
false
,
tabWidth:
2
,
trailingComma:
'
none
'
}
export
default
options